Searched refs:ETHERTYPE_ARP (Results 1 – 23 of 23) sorted by relevance
| /freebsd-head/contrib/libpcap/ |
| HD | ethertype.h | 40 #ifndef ETHERTYPE_ARP 41 #define ETHERTYPE_ARP 0x0806 /* Addr. resolution protocol */ macro
|
| HD | nametoaddr.c | 587 { "arp", ETHERTYPE_ARP },
|
| HD | gencode.c | 3489 case ETHERTYPE_ARP: in gen_linktype() 5003 return gen_hostop(cstate, addr, mask, dir, ETHERTYPE_ARP, 14, 24); in gen_host() 5431 b1 = gen_linktype(cstate, ETHERTYPE_ARP); in gen_proto_abbrev_internal()
|
| /freebsd-head/contrib/tcpdump/ |
| HD | ethertype.h | 54 #ifndef ETHERTYPE_ARP 55 #define ETHERTYPE_ARP 0x0806 /* Addr. resolution protocol */ macro
|
| HD | print-ether.c | 62 { ETHERTYPE_ARP, "ARP"}, 541 case ETHERTYPE_ARP: in ethertype_print()
|
| HD | addrtoname.c | 845 { "arp", ETHERTYPE_ARP },
|
| HD | print-openflow-1.0.c | 1235 field_name = ! (wildcards & OFPFW_DL_TYPE) && dl_type == ETHERTYPE_ARP in of10_match_print()
|
| /freebsd-head/stand/libsa/ |
| HD | arp.c | 150 return (sendether(d, pkt, len, bcea, ETHERTYPE_ARP)); in arpsend() 182 if (etype != ETHERTYPE_ARP) { in arprecv() 299 arp->arp_tha, ETHERTYPE_ARP); in arp_reply()
|
| HD | ip.c | 207 if (etype == ETHERTYPE_ARP) { in readipv4()
|
| /freebsd-head/sys/compat/linuxkpi/common/include/linux/ |
| HD | if_ether.h | 52 #define ETH_P_ARP ETHERTYPE_ARP
|
| /freebsd-head/tools/tools/netmap/ |
| HD | pkt_hash.c | 324 case ETHERTYPE_ARP: in decode_vlan_n_hash() 355 case ETHERTYPE_ARP: in pkt_hdr_hash()
|
| /freebsd-head/sys/net/ |
| HD | debugnet_inet.c | 260 return (debugnet_ether_output(m, ifp, bcast, ETHERTYPE_ARP)); in debugnet_send_arp() 390 debugnet_ether_output(m, ifp, dst, ETHERTYPE_ARP); in debugnet_handle_arp()
|
| HD | if_ethersubr.c | 187 etype = htons(ETHERTYPE_ARP); in ether_requestencap() 497 case ETHERTYPE_ARP: in ether_output_frame() 560 case ETHERTYPE_ARP: in ether_input_internal() 924 case ETHERTYPE_ARP: in ether_demux()
|
| HD | if_infiniband.c | 245 etype = htons(ETHERTYPE_ARP); in infiniband_requestencap() 549 case htons(ETHERTYPE_ARP): in infiniband_input()
|
| HD | ethernet.h | 133 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */ macro
|
| HD | if_fwsubr.c | 146 type = ETHERTYPE_ARP; in firewire_output() 626 case ETHERTYPE_ARP: in firewire_input()
|
| HD | debugnet.c | 585 (etype != ETHERTYPE_ARP || !ETHER_IS_BROADCAST(eh->ether_dhost))) { in debugnet_input_one() 596 case ETHERTYPE_ARP: in debugnet_input_one()
|
| HD | if_bridge.c | 3547 case ETHERTYPE_ARP: in bridge_pfil()
|
| /freebsd-head/sys/netgraph/ |
| HD | ng_rfc1490.c | 347 case ETHERTYPE_ARP: in ng_rfc1490_rcvdata()
|
| /freebsd-head/tools/tools/net80211/wesside/wesside/ |
| HD | wesside.c | 1759 do_llc(fs->data, ETHERTYPE_ARP); in prepare_fragstate() 1868 do_llc(ptr, ETHERTYPE_ARP); in flood_inet() 1985 do_llc(ptr, ETHERTYPE_ARP); in send_arp()
|
| /freebsd-head/sys/dev/oce/ |
| HD | oce_if.h | 1214 #define is_arp(et) (et == ETHERTYPE_ARP)
|
| /freebsd-head/sys/dev/xen/netback/ |
| HD | netback_unit_tests.c | 2090 eh->ether_type = htons(ETHERTYPE_ARP); in xnb_add_mbuf_cksum_arp()
|
| /freebsd-head/sys/dev/bce/ |
| HD | if_bce.c | 9599 case ETHERTYPE_ARP: in bce_dump_enet()
|