Home
last modified time | relevance | path

Searched refs:ETH_P_SLOW (Results 1 – 8 of 8) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dif_ether.h22 #define ETH_P_SLOW 0x8809 /* Ethernet slow protocols */ macro
/external/syslinux/gpxe/src/core/
Dproto_eth_slow.c337 eth_transmit(slow_dest, ETH_P_SLOW, sizeof(lacp.pkt), &lacp.pkt); in send_lacp_reports()
354 if ((ptype != ETH_P_SLOW) || in process_eth_slow()
396 eth_transmit(slow_dest, ETH_P_SLOW, in process_eth_slow()
/external/libnl/include/linux-private/linux/
Dif_ether.h67 #define ETH_P_SLOW 0x8809 /* Slow Protocol. See 802.3ad 43B */ macro
/external/strace/xlat/
Dethernet_protocols.in28 ETH_P_SLOW
Dethernet_protocols.h87 #if defined(ETH_P_SLOW) || (defined(HAVE_DECL_ETH_P_SLOW) && HAVE_DECL_ETH_P_SLOW)
88 XLAT(ETH_P_SLOW),
/external/kernel-headers/original/uapi/linux/
Dif_ether.h72 #define ETH_P_SLOW 0x8809 /* Slow Protocol. See 802.3ad 43B */ macro
/external/iproute2/include/linux/
Dif_ether.h69 #define ETH_P_SLOW 0x8809 /* Slow Protocol. See 802.3ad 43B */ macro
/external/libnl/lib/
Dutils.c775 __ADD(ETH_P_SLOW,slow)