Home
last modified time | relevance | path

Searched refs:ETH_DATA_LEN (Results 1 – 7 of 7) sorted by relevance

/external/ppp/pppd/plugins/rp-pppoe/
Dif.c158 } else if (ifr.ifr_mtu < ETH_DATA_LEN) { in openInterface()
160 ifname, ifr.ifr_mtu, ETH_DATA_LEN); in openInterface()
Dpppoe-discovery.c164 if (ifr.ifr_mtu < ETH_DATA_LEN) { in openInterface()
166 ifname, ifr.ifr_mtu, ETH_DATA_LEN); in openInterface()
Dpppoe.h199 #define ETH_PPPOE_MTU (ETH_DATA_LEN - TOTAL_OVERHEAD)
/external/libnl/include/linux-private/linux/
Dif_ether.h34 #define ETH_DATA_LEN 1500 /* Max. octets in payload */ macro
/external/kernel-headers/original/uapi/linux/
Dif_ether.h34 #define ETH_DATA_LEN 1500 /* Max. octets in payload */ macro
/external/iproute2/include/linux/
Dif_ether.h34 #define ETH_DATA_LEN 1500 /* Max. octets in payload */ macro
/external/syslinux/gpxe/src/drivers/net/
Dforcedeth.c68 #define ETH_DATA_LEN 1500 macro
336 #define RX_NIC_BUFSIZE (ETH_DATA_LEN + 64)
338 #define RX_ALLOC_BUFSIZE (ETH_DATA_LEN + 128)