Searched refs:ETHERMTU (Results 1 – 12 of 12) sorted by relevance
/external/tcpdump/ |
D | print-symantec.c | 52 if (etype <= ETHERMTU) in symantec_hdr_print() 59 if (etype <= ETHERMTU) in symantec_hdr_print() 97 if (ether_type <= ETHERMTU) { in symantec_if_print()
|
D | print-sll.c | 152 if (ether_type <= ETHERMTU) { in sll_print() 235 if (ether_type <= ETHERMTU) { in sll_if_print() 288 if (ether_type <= ETHERMTU) in sll_if_print()
|
D | print-ether.c | 106 if (length_type <= ETHERMTU) { in ether_hdr_print() 114 if (length_type <= ETHERMTU) { in ether_hdr_print() 176 if (length_type <= ETHERMTU) { in ether_print() 209 if (ndo->ndo_eflag && length_type > ETHERMTU) in ether_print()
|
D | ether.h | 36 #define ETHERMTU 1500 macro
|
D | print-medsa.c | 161 if (ether_type <= ETHERMTU) { in medsa_print()
|
/external/libpcap/ |
D | gencode.c | 138 #define ETHERMTU 1500 macro 1868 b0 = gen_cmp_gt(cstate, OR_LINKTYPE, 0, BPF_H, ETHERMTU); in gen_ether_linktype() 1923 b0 = gen_cmp_gt(cstate, OR_LINKTYPE, 0, BPF_H, ETHERMTU); in gen_ether_linktype() 1955 b0 = gen_cmp_gt(cstate, OR_LINKTYPE, 0, BPF_H, ETHERMTU); in gen_ether_linktype() 1986 if (proto <= ETHERMTU) { in gen_ether_linktype() 1995 b0 = gen_cmp_gt(cstate, OR_LINKTYPE, 0, BPF_H, ETHERMTU); in gen_ether_linktype() 2202 if (proto <= ETHERMTU) { in gen_linux_sll_linktype() 3596 b0 = gen_cmp_gt(cstate, OR_LINKTYPE, 0, BPF_H, ETHERMTU); in gen_llc() 3809 if (proto <= ETHERMTU) { in gen_llc_linktype()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_openbsd_arm.go | 211 ETHERMTU = 0x5dc const
|
D | zerrors_openbsd_amd64.go | 236 ETHERMTU = 0x5dc const
|
D | zerrors_openbsd_386.go | 211 ETHERMTU = 0x5dc const
|
D | zerrors_netbsd_arm.go | 321 ETHERMTU = 0x5dc const
|
D | zerrors_netbsd_386.go | 339 ETHERMTU = 0x5dc const
|
D | zerrors_netbsd_amd64.go | 329 ETHERMTU = 0x5dc const
|