Searched refs:ETHERTYPE_SLOW (Results 1 – 5 of 5) sorted by relevance
143 #ifndef ETHERTYPE_SLOW144 #define ETHERTYPE_SLOW 0x8809 macro
83 { ETHERTYPE_SLOW, "Slow Protocols" },603 case ETHERTYPE_SLOW: in ethertype_print()
346 #define ETHERTYPE_SLOW 0x8809 /* 802.3ad link aggregation (LACP) */347 #define ETHERTYPE_SLOW global() macro
384 du->ldu_eh.ether_type = htons(ETHERTYPE_SLOW); in lacp_xmit_lacpdu()438 mdu->mdu_eh.ether_type = htons(ETHERTYPE_SLOW); in lacp_xmit_marker()
2693 if ((m->m_flags & M_VLANTAG) == 0 && etype == ETHERTYPE_SLOW) { in lagg_lacp_input()