Home
last modified time | relevance | path

Searched refs:ETH_DATA_LEN (Results 1 – 12 of 12) 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/iproute2/include/uapi/linux/
Dif_ether.h35 #define ETH_DATA_LEN 1500 /* Max. octets in payload */ macro
/external/kernel-headers/original/uapi/linux/
Dif_ether.h36 #define ETH_DATA_LEN 1500 /* Max. octets in payload */ macro
/external/u-boot/include/
Dusb_ether.h18 #define ETH_DATA_LEN 1500 /* Max. octets in payload */ macro
/external/linux-kselftest/tools/testing/selftests/net/
Dudpgso_bench_tx.c171 const int max_nr_msg = ETH_MAX_MTU / ETH_DATA_LEN; in send_udp_sendmmsg()
318 cfg_mss = ETH_DATA_LEN - hdrlen; in parse_opts()
Dudpgso_bench_rx.c170 static char rbuf[ETH_DATA_LEN]; in do_flush_udp()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_flow_dissector.c83 static char buf[ETH_DATA_LEN];
/external/u-boot/drivers/usb/gadget/
Drndis.c41 #define ETH_DATA_LEN 1500 /* Max. octets in payload */ macro
Dether.c77 #define ETH_DATA_LEN 1500 /* Max. octets in payload */ macro