Searched refs:ARPOP_REQUEST (Results 1 – 11 of 11) sorted by relevance
/freebsd/stand/libsa/ |
H A D | arp.c | 103 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 D | ip.c | 209 if (ah->ar_op == htons(ARPOP_REQUEST)) { in readipv4()
|
/freebsd/contrib/tcpdump/ |
H A D | print-arp.c | 59 #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 D | if_arp.h | 56 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
|
H A D | debugnet_inet.c | 255 ah->ar_op = htons(ARPOP_REQUEST); in debugnet_send_arp() 369 if (op != ARPOP_REQUEST) { in debugnet_handle_arp()
|
H A D | if_infiniband.c | 242 case ARPOP_REQUEST: in infiniband_requestencap()
|
H A D | if_ethersubr.c | 181 case ARPOP_REQUEST: in ether_requestencap()
|
/freebsd/tools/tools/net80211/wesside/wesside/ |
H A D | wesside.c | 1173 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 D | if_ether.c | 406 ah->ar_op = htons(ARPOP_REQUEST); in arprequest_internal() 1002 if (op != ARPOP_REQUEST) in in_arpinput()
|
/freebsd/sys/dev/xen/netback/ |
H A D | netback_unit_tests.c | 2096 ep->ea_hdr.ar_op = htons(ARPOP_REQUEST); in xnb_add_mbuf_cksum_arp()
|
/freebsd/sys/dev/bce/ |
H A D | if_bce.c | 9609 case ARPOP_REQUEST: in bce_dump_enet()
|