Lines Matching refs:ntohs
399 if (((ntohs(lacpdu->partner_port) == port->actor_port_number) && in __choose_matched()
400 (ntohs(lacpdu->partner_port_priority) == port->actor_port_priority) && in __choose_matched()
402 (ntohs(lacpdu->partner_system_priority) == port->actor_system_priority) && in __choose_matched()
403 (ntohs(lacpdu->partner_key) == port->actor_oper_port_key) && in __choose_matched()
431 partner->port_number = ntohs(lacpdu->actor_port); in __record_pdu()
432 partner->port_priority = ntohs(lacpdu->actor_port_priority); in __record_pdu()
434 partner->system_priority = ntohs(lacpdu->actor_system_priority); in __record_pdu()
435 partner->key = ntohs(lacpdu->actor_key); in __record_pdu()
493 if (ntohs(lacpdu->actor_port) != partner->port_number || in __update_selected()
494 ntohs(lacpdu->actor_port_priority) != partner->port_priority || in __update_selected()
496 ntohs(lacpdu->actor_system_priority) != partner->system_priority || in __update_selected()
497 ntohs(lacpdu->actor_key) != partner->key || in __update_selected()
556 if ((ntohs(lacpdu->partner_port) != port->actor_port_number) || in __update_ntt()
557 (ntohs(lacpdu->partner_port_priority) != port->actor_port_priority) || in __update_ntt()
559 (ntohs(lacpdu->partner_system_priority) != port->actor_system_priority) || in __update_ntt()
560 (ntohs(lacpdu->partner_key) != port->actor_oper_port_key) || in __update_ntt()