Searched refs:ETH_DATA_LEN (Results 1 – 5 of 5) sorted by relevance
85 #define ETH_DATA_LEN ETHERMTU macro96 #define ETH_DATA_LEN ETHERMTU macro218 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 */
62 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()
347 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()
34 #define ETH_DATA_LEN 1500 /* Max. octets in payload */ macro