Lines Matching refs:ntohs
465 if (((ntohs(lacpdu->partner_port) == port->actor_port_number) &&
466 (ntohs(lacpdu->partner_port_priority) == port->actor_port_priority) &&
468 (ntohs(lacpdu->partner_system_priority) == port->actor_system_priority) &&
469 (ntohs(lacpdu->partner_key) == port->actor_oper_port_key) &&
497 partner->port_number = ntohs(lacpdu->actor_port);
498 partner->port_priority = ntohs(lacpdu->actor_port_priority);
500 partner->system_priority = ntohs(lacpdu->actor_system_priority);
501 partner->key = ntohs(lacpdu->actor_key);
564 if (ntohs(lacpdu->actor_port) != partner->port_number ||
565 ntohs(lacpdu->actor_port_priority) != partner->port_priority ||
567 ntohs(lacpdu->actor_system_priority) != partner->system_priority ||
568 ntohs(lacpdu->actor_key) != partner->key ||
627 if ((ntohs(lacpdu->partner_port) != port->actor_port_number) ||
628 (ntohs(lacpdu->partner_port_priority) != port->actor_port_priority) ||
630 (ntohs(lacpdu->partner_system_priority) != port->actor_system_priority) ||
631 (ntohs(lacpdu->partner_key) != port->actor_oper_port_key) ||