OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ETH_DATA_LEN
(Results
1 - 13
of
13
) sorted by null
/external/u-boot/include/
usb_ether.h
18
#define
ETH_DATA_LEN
1500 /* Max. octets in payload */
/external/ppp/pppd/plugins/rp-pppoe/
if.c
158
} else if (ifr.ifr_mtu <
ETH_DATA_LEN
) {
160
ifname, ifr.ifr_mtu,
ETH_DATA_LEN
);
pppoe.h
199
#define ETH_PPPOE_MTU (
ETH_DATA_LEN
- TOTAL_OVERHEAD)
pppoe-discovery.c
164
if (ifr.ifr_mtu <
ETH_DATA_LEN
) {
166
ifname, ifr.ifr_mtu,
ETH_DATA_LEN
);
/external/libnl/include/linux-private/linux/
if_ether.h
34
#define
ETH_DATA_LEN
1500 /* Max. octets in payload */
/bionic/libc/kernel/uapi/linux/
if_ether.h
26
#define
ETH_DATA_LEN
1500
/external/iproute2/include/uapi/linux/
if_ether.h
35
#define
ETH_DATA_LEN
1500 /* Max. octets in payload */
/external/kernel-headers/original/uapi/linux/
if_ether.h
36
#define
ETH_DATA_LEN
1500 /* Max. octets in payload */
/external/linux-kselftest/tools/testing/selftests/net/
udpgso_bench_tx.c
171
const int max_nr_msg = ETH_MAX_MTU /
ETH_DATA_LEN
;
318
cfg_mss =
ETH_DATA_LEN
- hdrlen;
udpgso_bench_rx.c
170
static char rbuf[
ETH_DATA_LEN
];
/external/linux-kselftest/tools/testing/selftests/bpf/
test_flow_dissector.c
83
static char buf[
ETH_DATA_LEN
];
/external/u-boot/drivers/usb/gadget/
rndis.c
41
#define
ETH_DATA_LEN
1500 /* Max. octets in payload */
[
all
...]
ether.c
77
#define
ETH_DATA_LEN
1500 /* Max. octets in payload */
[
all
...]
Completed in 1003 milliseconds