Home
last modified time | relevance | path

Searched refs:ETHERTYPE_ARP (Results 1 – 13 of 13) sorted by relevance

/external/libpcap/
Dethertype.h40 #ifndef ETHERTYPE_ARP
41 #define ETHERTYPE_ARP 0x0806 /* Addr. resolution protocol */ macro
Dnametoaddr.c563 { "arp", ETHERTYPE_ARP },
Dgencode.c3352 case ETHERTYPE_ARP: in gen_linktype()
4779 return gen_hostop(cstate, addr, mask, dir, ETHERTYPE_ARP, 14, 24); in gen_host()
5174 b1 = gen_linktype(cstate, ETHERTYPE_ARP); in gen_proto_abbrev()
/external/tcpdump/
Dethertype.h47 #ifndef ETHERTYPE_ARP
48 #define ETHERTYPE_ARP 0x0806 /* Addr. resolution protocol */ macro
Dprint-ether.c47 { ETHERTYPE_ARP, "ARP"},
340 case ETHERTYPE_ARP: in ethertype_print()
Daddrtoname.c803 { "arp", ETHERTYPE_ARP },
Dprint-openflow-1.0.c1400 field_name = ! (wildcards & OFPFW_DL_TYPE) && dl_type == ETHERTYPE_ARP in of10_match_print()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_openbsd_386.go225 ETHERTYPE_ARP = 0x806 const
Dzerrors_openbsd_amd64.go250 ETHERTYPE_ARP = 0x806 const
Dzerrors_openbsd_arm.go225 ETHERTYPE_ARP = 0x806 const
Dzerrors_netbsd_amd64.go343 ETHERTYPE_ARP = 0x806 const
Dzerrors_netbsd_386.go353 ETHERTYPE_ARP = 0x806 const
Dzerrors_netbsd_arm.go335 ETHERTYPE_ARP = 0x806 const