Lines Matching refs:ntohs
426 if (((ntohs(lacpdu->partner_port) == port->actor_port_number) && in __choose_matched()
427 (ntohs(lacpdu->partner_port_priority) == port->actor_port_priority) && in __choose_matched()
429 (ntohs(lacpdu->partner_system_priority) == port->actor_system_priority) && in __choose_matched()
430 (ntohs(lacpdu->partner_key) == port->actor_oper_port_key) && in __choose_matched()
458 partner->port_number = ntohs(lacpdu->actor_port); in __record_pdu()
459 partner->port_priority = ntohs(lacpdu->actor_port_priority); in __record_pdu()
461 partner->system_priority = ntohs(lacpdu->actor_system_priority); in __record_pdu()
462 partner->key = ntohs(lacpdu->actor_key); in __record_pdu()
523 if (ntohs(lacpdu->actor_port) != partner->port_number || in __update_selected()
524 ntohs(lacpdu->actor_port_priority) != partner->port_priority || in __update_selected()
526 ntohs(lacpdu->actor_system_priority) != partner->system_priority || in __update_selected()
527 ntohs(lacpdu->actor_key) != partner->key || in __update_selected()
586 if ((ntohs(lacpdu->partner_port) != port->actor_port_number) || in __update_ntt()
587 (ntohs(lacpdu->partner_port_priority) != port->actor_port_priority) || in __update_ntt()
589 (ntohs(lacpdu->partner_system_priority) != port->actor_system_priority) || in __update_ntt()
590 (ntohs(lacpdu->partner_key) != port->actor_oper_port_key) || in __update_ntt()