Home
last modified time | relevance | path

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

/freebsd-head/stand/libsa/
HDarp.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()
HDip.c209 if (ah->ar_op == htons(ARPOP_REQUEST)) { in readipv4()
/freebsd-head/contrib/tcpdump/
HDprint-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-head/sys/net/
HDif_arp.h56 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
HDdebugnet_inet.c255 ah->ar_op = htons(ARPOP_REQUEST); in debugnet_send_arp()
369 if (op != ARPOP_REQUEST) { in debugnet_handle_arp()
HDif_infiniband.c242 case ARPOP_REQUEST: in infiniband_requestencap()
HDif_ethersubr.c184 case ARPOP_REQUEST: in ether_requestencap()
/freebsd-head/tools/tools/net80211/wesside/wesside/
HDwesside.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-head/sys/netinet/
HDif_ether.c407 ah->ar_op = htons(ARPOP_REQUEST); in arprequest_internal()
1003 if (op != ARPOP_REQUEST) in in_arpinput()
/freebsd-head/sys/dev/xen/netback/
HDnetback_unit_tests.c2096 ep->ea_hdr.ar_op = htons(ARPOP_REQUEST); in xnb_add_mbuf_cksum_arp()
/freebsd-head/sys/dev/bce/
HDif_bce.c9609 case ARPOP_REQUEST: in bce_dump_enet()