Home
last modified time | relevance | path

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

/freebsd-13-stable/stand/libsa/
HDarp.c106 ah->arp_op = htons(ARPOP_REQUEST); in arpwhohas()
208 if (ah->arp_op == htons(ARPOP_REQUEST)) { in arprecv()
271 if (arp->arp_op != htons(ARPOP_REQUEST)) { in arp_reply()
HDip.c210 if (ah->ar_op == htons(ARPOP_REQUEST)) { in readipv4()
/freebsd-13-stable/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-13-stable/sys/net/
HDif_arp.h58 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
HDdebugnet_inet.c251 ah->ar_op = htons(ARPOP_REQUEST); in debugnet_send_arp()
359 if (op != ARPOP_REQUEST) { in debugnet_handle_arp()
HDif_infiniband.c197 case ARPOP_REQUEST: in infiniband_requestencap()
HDif_ethersubr.c178 case ARPOP_REQUEST: in ether_requestencap()
/freebsd-13-stable/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-13-stable/sys/netinet/
HDif_ether.c407 ah->ar_op = htons(ARPOP_REQUEST); in arprequest_internal()
1013 if (op != ARPOP_REQUEST) in in_arpinput()
/freebsd-13-stable/sys/dev/xen/netback/
HDnetback_unit_tests.c2101 ep->ea_hdr.ar_op = htons(ARPOP_REQUEST); in xnb_add_mbuf_cksum_arp()
/freebsd-13-stable/sys/dev/bce/
HDif_bce.c9622 case ARPOP_REQUEST: in bce_dump_enet()