Home
last modified time | relevance | path

Searched refs:ARPOP_REPLY (Results 1 – 9 of 9) sorted by relevance

/src/contrib/tcpdump/
H A Dprint-arp.c60 #define ARPOP_REPLY 2 /* response to previous request */ macro
98 { ARPOP_REPLY, "Reply" },
308 case ARPOP_REPLY: in atmarp_print()
418 case ARPOP_REPLY: in arp_print()
/src/stand/libsa/
H A Darp.c215 if (ah->arp_op != htons(ARPOP_REPLY)) { in arprecv()
286 arp->arp_op = htons(ARPOP_REPLY); in arp_reply()
/src/sys/net/
H A Dif_arp.h57 #define ARPOP_REPLY 2 /* response to previous request */ macro
H A Ddebugnet_inet.c343 if (op == ARPOP_REPLY) { in debugnet_handle_arp()
382 ah->ar_op = htons(ARPOP_REPLY); in debugnet_handle_arp()
H A Dif_infiniband.c243 case ARPOP_REPLY: in infiniband_requestencap()
H A Dif_ethersubr.c176 case ARPOP_REPLY: in ether_requestencap()
/src/sys/netinet/
H A Dif_ether.c826 if (op == ARPOP_REPLY) in in_arpinput()
1087 ah->ar_op = htons(ARPOP_REPLY); in in_arpinput()
/src/sys/dev/bce/
H A Dif_bce.c9612 case ARPOP_REPLY: in bce_dump_enet()
/src/sys/contrib/dev/rtw89/
H A Dfw.c2803 arp_hdr->ar_op = htons(ARPOP_REPLY);