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

/external/syslinux/gpxe/src/core/
H A Dproto_eth_slow.c33 #define LACP_CMP_LEN (2 + 6 + 2 + 2 + 2) macro
261 if ((memcmp(&pkt->partner, &lacp.pkt.actor, LACP_CMP_LEN) != 0) ||
276 if ((memcmp(&pkt->partner, &lacp.pkt.actor, LACP_CMP_LEN) == 0) &&

Completed in 65 milliseconds