Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dif_arp.h92 #define ARPOP_REPLY 2 /* response to previous request */ macro
H A Dif_bridge.c7569 ea->arp_op != htons(ARPOP_REPLY)) {
8132 case ARPOP_REPLY:
8145 if (op == ARPOP_REPLY) {
8195 case ARPOP_REPLY:
H A Ddlil.c8032 case ARPOP_REPLY: in dlil_send_arp_internal()
/xnu-10002.41.9/osfmk/kdp/
H A Dkdp_udp.c197 #define ARPOP_REPLY 2 /* response to previous request */ macro
841 case ARPOP_REPLY: in kdp_arp_dispatch()
911 ea->arp_op = htons(ARPOP_REPLY); in kdp_arp_reply()
/xnu-10002.41.9/bsd/netinet/
H A Din_arp.c1676 if (arpop == ARPOP_REPLY) { in arp_ip_handle_input()
2091 (arpop == ARPOP_REPLY), &rt_evcode); in arp_ip_handle_input()
2252 dlil_send_arp(ifp, ARPOP_REPLY, in arp_ip_handle_input()
/xnu-10002.41.9/tests/
H A Dnet_bridge.c656 case ARPOP_REPLY: in arpop_name()
2313 ARPOP_REPLY, in mac_nat_send_arp_response()