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

/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-arp.c67 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
105 { ARPOP_REQUEST, "Request" },
248 case ARPOP_REQUEST:
363 case ARPOP_REQUEST:
/freebsd-10.2-release/sys/net/
H A Dif_arp.h58 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
H A Dif_arcsubr.c156 case ARPOP_REQUEST:
H A Dif_fddisubr.c163 case ARPOP_REQUEST:
H A Dif_iso88025subr.c307 case ARPOP_REQUEST:
H A Dif_ethersubr.c225 case ARPOP_REQUEST:
/freebsd-10.2-release/lib/libstand/
H A Darp.c116 ah->arp_op = htons(ARPOP_REQUEST);
217 if (ah->arp_op == htons(ARPOP_REQUEST)) {
277 if (arp->arp_op != htons(ARPOP_REQUEST)) {
H A Dudp.c166 if (ah->ar_op == htons(ARPOP_REQUEST)) {
/freebsd-10.2-release/sys/netinet/
H A Dif_ether.c295 ah->ar_op = htons(ARPOP_REQUEST);
823 if (op != ARPOP_REQUEST)
/freebsd-10.2-release/tools/tools/net80211/wesside/wesside/
H A Dwesside.c1174 h->ar_op = htons(ARPOP_REQUEST);
1761 do_arp(&fs->data[8], ARPOP_REQUEST,
1871 do_arp(ptr, ARPOP_REQUEST, mymac, myip,
2050 send_arp(tx, ARPOP_REQUEST, myip, mymac,
2067 send_arp(tx, ARPOP_REQUEST, myip, mymac,
/freebsd-10.2-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1311 case ARPOP_REQUEST:
/freebsd-10.2-release/sys/dev/xen/netback/
H A Dnetback_unit_tests.c2109 ep->ea_hdr.ar_op = htons(ARPOP_REQUEST);
/freebsd-10.2-release/sys/dev/bce/
H A Dif_bce.c9777 case ARPOP_REQUEST:

Completed in 115 milliseconds