Home
last modified time | relevance | path

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

/external/libpcap/
Dethertype.h40 #ifndef ETHERTYPE_ARP
41 #define ETHERTYPE_ARP 0x0806 /* Addr. resolution protocol */ macro
Dnametoaddr.c594 { "arp", ETHERTYPE_ARP },
Dgencode.c3431 case ETHERTYPE_ARP: in gen_linktype()
4936 return gen_hostop(cstate, addr, mask, dir, ETHERTYPE_ARP, 14, 24); in gen_host()
5373 b1 = gen_linktype(cstate, ETHERTYPE_ARP); in gen_proto_abbrev_internal()
/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()