Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/bpf/
H A Dt3.c41 if (eth->ether_type == htons(ETHERTYPE_ARP)) in entry()
/f-stack/freebsd/net/
H A Ddebugnet_inet.c258 return (debugnet_ether_output(m, ifp, bcast, ETHERTYPE_ARP)); in debugnet_send_arp()
382 debugnet_ether_output(m, ifp, dst, ETHERTYPE_ARP); in debugnet_handle_arp()
H A Dif_spppfr.c225 if (proto == ETHERTYPE_ARP) { in sppp_fr_input()
496 *(short*) (h+8) = htons (ETHERTYPE_ARP); in sppp_fr_arp()
H A Dif_infiniband.c202 etype = htons(ETHERTYPE_ARP); in infiniband_requestencap()
468 case htons(ETHERTYPE_ARP): in infiniband_input()
H A Dif_ethersubr.c183 etype = htons(ETHERTYPE_ARP); in ether_requestencap()
496 case ETHERTYPE_ARP: in ether_output_frame()
555 case ETHERTYPE_ARP: in ether_input_internal()
906 case ETHERTYPE_ARP: in ether_demux()
H A Dif_fwsubr.c162 type = ETHERTYPE_ARP; in firewire_output()
609 case ETHERTYPE_ARP: in firewire_input()
H A Dethernet.h128 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */ macro
H A Ddebugnet.c551 (etype != ETHERTYPE_ARP || !ETHER_IS_BROADCAST(eh->ether_dhost))) { in debugnet_pkt_in()
562 case ETHERTYPE_ARP: in debugnet_pkt_in()
H A Dif_bridge.c3225 case ETHERTYPE_ARP: in bridge_pfil()
/f-stack/tools/compat/include/net/
H A Dethernet.h128 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */ macro
/f-stack/freebsd/netgraph/
H A Dng_rfc1490.c349 case ETHERTYPE_ARP: in ng_rfc1490_rcvdata()