Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dif_arp.h92 #define ARPOP_REPLY 2 /* response to previous request */ macro
H A Ddlil.c4078 case ARPOP_REPLY: in dlil_send_arp_internal()
H A Dif_bridge.c196 #define HTONS_ARPOP_REPLY htons(ARPOP_REPLY)
/xnu-12377.61.12/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-12377.61.12/bsd/netinet/
H A Din_arp.c1685 if (arpop == ARPOP_REPLY) { in arp_ip_handle_input()
2100 (arpop == ARPOP_REPLY), &rt_evcode); in arp_ip_handle_input()
2261 dlil_send_arp(ifp, ARPOP_REPLY, in arp_ip_handle_input()
/xnu-12377.61.12/tests/
H A Dnet_bridge.c333 case ARPOP_REPLY: in arpop_name()
1986 ARPOP_REPLY, in mac_nat_send_arp_response()