Lines Matching refs:ntohs
425 if (((ntohs(lacpdu->partner_port) == port->actor_port_number) && in __choose_matched()
426 (ntohs(lacpdu->partner_port_priority) == port->actor_port_priority) && in __choose_matched()
428 (ntohs(lacpdu->partner_system_priority) == port->actor_system_priority) && in __choose_matched()
429 (ntohs(lacpdu->partner_key) == port->actor_oper_port_key) && in __choose_matched()
457 partner->port_number = ntohs(lacpdu->actor_port); in __record_pdu()
458 partner->port_priority = ntohs(lacpdu->actor_port_priority); in __record_pdu()
460 partner->system_priority = ntohs(lacpdu->actor_system_priority); in __record_pdu()
461 partner->key = ntohs(lacpdu->actor_key); in __record_pdu()
522 if (ntohs(lacpdu->actor_port) != partner->port_number || in __update_selected()
523 ntohs(lacpdu->actor_port_priority) != partner->port_priority || in __update_selected()
525 ntohs(lacpdu->actor_system_priority) != partner->system_priority || in __update_selected()
526 ntohs(lacpdu->actor_key) != partner->key || in __update_selected()
585 if ((ntohs(lacpdu->partner_port) != port->actor_port_number) || in __update_ntt()
586 (ntohs(lacpdu->partner_port_priority) != port->actor_port_priority) || in __update_ntt()
588 (ntohs(lacpdu->partner_system_priority) != port->actor_system_priority) || in __update_ntt()
589 (ntohs(lacpdu->partner_key) != port->actor_oper_port_key) || in __update_ntt()