Home
last modified time | relevance | path

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

/external/ppp/pppd/plugins/rp-pppoe/
Dpppoe.h85 #define ETH_DATA_LEN ETHERMTU macro
96 #define ETH_DATA_LEN ETHERMTU macro
218 unsigned char payload[ETH_DATA_LEN]; /* A bit of room to spare */
224 #define MAX_PPPOE_PAYLOAD (ETH_DATA_LEN - PPPOE_OVERHEAD)
232 unsigned char payload[ETH_DATA_LEN]; /* A LOT of room to spare */
Dcommon.c62 if (len > ETH_DATA_LEN - 6) { /* 6-byte overhead for PPPoE header */ in parsePacket()
117 if (len > ETH_DATA_LEN - 6) { /* 6-byte overhead for PPPoE header */ in findTag()
Dif.c347 if (ifr.ifr_mtu < ETH_DATA_LEN) { in openInterface()
350 ifname, ifr.ifr_mtu, ETH_DATA_LEN); in openInterface()
482 if (ifr.ifr_mtu < ETH_DATA_LEN) { in openInterface()
485 ifname, ifr.ifr_mtu, ETH_DATA_LEN); in openInterface()
/external/iproute2/include/linux/
Dif_ether.h34 #define ETH_DATA_LEN 1500 /* Max. octets in payload */ macro
/external/kernel-headers/original/linux/
Dif_ether.h34 #define ETH_DATA_LEN 1500 /* Max. octets in payload */ macro