Searched refs:lacp_portid (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/net/
H A Dif_aggr.c142 struct lacp_portid { struct
150 struct lacp_portid lacp_portid; member in struct:lacp_port_info
1021 ntohs(p->p_partner.lacp_portid.lacp_portid_priority);
1023 ntohs(p->p_partner.lacp_portid.lacp_portid_number);
1652 if ((rpi->lacp_portid.lacp_portid_number ==
1653 lpi->lacp_portid.lacp_portid_number) &&
1654 (rpi->lacp_portid.lacp_portid_priority ==
1655 lpi->lacp_portid.lacp_portid_priority) &&
1679 pi->lacp_portid
[all...]
H A Dtrunklacp.h84 struct lacp_portid { struct
92 struct lacp_portid lip_portid;
H A Dtrunklacp.c180 const char *lacp_format_portid(const struct lacp_portid *, char *,
862 lacp_compare_portid(const struct lacp_portid *a,
863 const struct lacp_portid *b)
1789 lacp_format_portid(const struct lacp_portid *portid, char *buf, size_t buflen)

Completed in 209 milliseconds