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

/freebsd-13-stable/sys/net/
H A Dif_arp.h59 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
H A Ddebugnet_inet.c253 ah->ar_op = htons(ARPOP_REQUEST);
361 if (op != ARPOP_REQUEST) {
H A Dif_infiniband.c199 case ARPOP_REQUEST:
H A Dif_ethersubr.c177 case ARPOP_REQUEST:
/freebsd-13-stable/stand/libsa/
H A Darp.c108 ah->arp_op = htons(ARPOP_REQUEST);
210 if (ah->arp_op == htons(ARPOP_REQUEST)) {
273 if (arp->arp_op != htons(ARPOP_REQUEST)) {
H A Dip.c212 if (ah->ar_op == htons(ARPOP_REQUEST)) {
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-arp.c63 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
101 { ARPOP_REQUEST, "Request" },
302 case ARPOP_REQUEST:
422 case ARPOP_REQUEST:
/freebsd-13-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c1175 h->ar_op = htons(ARPOP_REQUEST);
1762 do_arp(&fs->data[8], ARPOP_REQUEST,
1872 do_arp(ptr, ARPOP_REQUEST, mymac, myip,
2051 send_arp(tx, ARPOP_REQUEST, myip, mymac,
2068 send_arp(tx, ARPOP_REQUEST, myip, mymac,
/freebsd-13-stable/sys/netinet/
H A Dif_ether.c420 ah->ar_op = htons(ARPOP_REQUEST);
1036 if (op != ARPOP_REQUEST)
/freebsd-13-stable/sys/dev/xen/netback/
H A Dnetback_unit_tests.c2103 ep->ea_hdr.ar_op = htons(ARPOP_REQUEST);
/freebsd-13-stable/sys/dev/bce/
H A Dif_bce.c9630 case ARPOP_REQUEST:

Completed in 99 milliseconds