Home
last modified time | relevance | path

Searched refs:ar_op (Results 1 – 12 of 12) sorted by relevance

/src/sys/net/
H A Ddebugnet_inet.c254 ah->ar_op = htons(ARPOP_REQUEST); in debugnet_send_arp()
321 op = ntohs(ah->ar_op); in debugnet_handle_arp()
382 ah->ar_op = htons(ARPOP_REPLY); in debugnet_handle_arp()
H A Dif_arp.h55 u_short ar_op; /* one of: */ member
H A Dif_infiniband.c237 switch (ntohs(ah->ar_op)) { in infiniband_requestencap()
H A Dif_ethersubr.c170 switch(ntohs(ah->ar_op)) { in ether_requestencap()
/src/sys/netinet/
H A Dif_ether.h89 #define arp_op ea_hdr.ar_op
H A Dif_ether.c406 ah->ar_op = htons(ARPOP_REQUEST); in arprequest_internal()
822 op = ntohs(ah->ar_op); in in_arpinput()
1087 ah->ar_op = htons(ARPOP_REPLY); in in_arpinput()
/src/contrib/tcpdump/
H A Dprint-arp.c58 nd_uint16_t ar_op; /* one of: */ member
88 #define OP(ap) GET_BE_U_2((ap)->ar_op)
/src/stand/libsa/
H A Dip.c424 if (ah->ar_op == htons(ARPOP_REQUEST)) { in readip()
/src/tools/tools/net80211/wesside/wesside/
H A Dwesside.c1173 h->ar_op = htons(ARPOP_REQUEST); in decrypt_arpreq()
1673 h->ar_op = htons(op); in do_arp()
/src/sys/dev/xen/netback/
H A Dnetback_unit_tests.c2096 ep->ea_hdr.ar_op = htons(ARPOP_REQUEST); in xnb_add_mbuf_cksum_arp()
/src/sys/dev/bce/
H A Dif_bce.c9602 switch (ntohs(ah->ar_op)) { in bce_dump_enet()
/src/sys/contrib/dev/rtw89/
H A Dfw.c2803 arp_hdr->ar_op = htons(ARPOP_REPLY);