Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dif_arp.h92 #define ARPOP_REPLY 2 /* response to previous request */ macro
H A Dif_bridge.c192 #define HTONS_ARPOP_REPLY htons(ARPOP_REPLY)
H A Ddlil.c7679 case ARPOP_REPLY: in dlil_send_arp_internal()
/xnu-11215.81.4/osfmk/kdp/
H A Dkdp_udp.c199 #define ARPOP_REPLY 2 /* response to previous request */ macro
843 case ARPOP_REPLY: in kdp_arp_dispatch()
913 ea->arp_op = htons(ARPOP_REPLY); in kdp_arp_reply()
/xnu-11215.81.4/bsd/netinet/
H A Din_arp.c1671 if (arpop == ARPOP_REPLY) { in arp_ip_handle_input()
2086 (arpop == ARPOP_REPLY), &rt_evcode); in arp_ip_handle_input()
2246 dlil_send_arp(ifp, ARPOP_REPLY, in arp_ip_handle_input()
/xnu-11215.81.4/tests/
H A Dnet_bridge.c333 case ARPOP_REPLY: in arpop_name()
1984 ARPOP_REPLY, in mac_nat_send_arp_response()