Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Darp.c103 ah->arp_op = htons(ARPOP_REQUEST); in arpwhohas()
205 if (ah->arp_op == htons(ARPOP_REQUEST)) { in arprecv()
268 if (arp->arp_op != htons(ARPOP_REQUEST)) { in arp_reply()
H A Dip.c209 if (ah->ar_op == htons(ARPOP_REQUEST)) { in readipv4()
/freebsd/contrib/tcpdump/
H A Dprint-arp.c59 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
97 { ARPOP_REQUEST, "Request" },
295 case ARPOP_REQUEST: in atmarp_print()
408 case ARPOP_REQUEST: in arp_print()
/freebsd/sys/net/
H A Dif_arp.h56 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
H A Ddebugnet_inet.c255 ah->ar_op = htons(ARPOP_REQUEST); in debugnet_send_arp()
369 if (op != ARPOP_REQUEST) { in debugnet_handle_arp()
H A Dif_infiniband.c242 case ARPOP_REQUEST: in infiniband_requestencap()
H A Dif_ethersubr.c181 case ARPOP_REQUEST: in ether_requestencap()
/freebsd/tools/tools/net80211/wesside/wesside/
H A Dwesside.c1173 h->ar_op = htons(ARPOP_REQUEST); in decrypt_arpreq()
1760 do_arp(&fs->data[8], ARPOP_REQUEST, in prepare_fragstate()
1870 do_arp(ptr, ARPOP_REQUEST, mymac, myip, in flood_inet()
2049 send_arp(tx, ARPOP_REQUEST, myip, mymac, in can_write()
2066 send_arp(tx, ARPOP_REQUEST, myip, mymac, in can_write()
/freebsd/sys/netinet/
H A Dif_ether.c406 ah->ar_op = htons(ARPOP_REQUEST); in arprequest_internal()
1002 if (op != ARPOP_REQUEST) in in_arpinput()
/freebsd/sys/dev/xen/netback/
H A Dnetback_unit_tests.c2096 ep->ea_hdr.ar_op = htons(ARPOP_REQUEST); in xnb_add_mbuf_cksum_arp()
/freebsd/sys/dev/bce/
H A Dif_bce.c9609 case ARPOP_REQUEST: in bce_dump_enet()