Searched refs:ARPOP_REQUEST (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dif_arp.h91 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
H A Dether_inet_pr_module.c524 if (arpop == ARPOP_REQUEST && (target_ip->sin_other & SIN_ROUTER))
H A Ddlil.c4165 case ARPOP_REQUEST:
4323 ipv4_ll_arp_aware != 0 && arpop == ARPOP_REQUEST &&
/xnu-2422.115.4/bsd/netinet/
H A Din_arp.c716 dlil_send_arp(rt->rt_ifp, ARPOP_REQUEST,
1162 dlil_send_arp(ifp, ARPOP_REQUEST, NULL, sa,
1227 if (target_ip->sin_addr.s_addr == INADDR_ANY && arpop == ARPOP_REQUEST)
1391 if (arpop != ARPOP_REQUEST)
1466 dlil_send_arp_internal(ifp, ARPOP_REQUEST,
1651 if (arpop == ARPOP_REQUEST && route->rt_llinfo != NULL)
1658 if (arpop != ARPOP_REQUEST)
1745 dlil_send_arp(ifp, ARPOP_REQUEST, NULL, sa, NULL, sa, 0);
/xnu-2422.115.4/osfmk/kdp/
H A Dkdp_udp.c192 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
856 case ARPOP_REQUEST:
899 if(ntohs(ea->arp_op) != ARPOP_REQUEST)
1058 ea->arp_op = htons(ARPOP_REQUEST);

Completed in 41 milliseconds