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

/darwin-on-arm/xnu/bsd/net/
H A Dif_arp.h90 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
H A Dether_inet_pr_module.c514 if (arpop == ARPOP_REQUEST && (target_ip->sin_other & SIN_ROUTER)) {
H A Ddlil.c3753 ipv4_ll_arp_aware != 0 && arpop == ARPOP_REQUEST &&
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_udp.h156 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
H A Dkdp_udp.c744 case ARPOP_REQUEST:
787 if(ntohs(ea->arp_op) != ARPOP_REQUEST)
946 ea->arp_op = htons(ARPOP_REQUEST);
/darwin-on-arm/xnu/bsd/netinet/
H A Din_arp.c632 dlil_send_arp(rt->rt_ifp, ARPOP_REQUEST,
1054 dlil_send_arp(ifp, ARPOP_REQUEST, NULL,
1117 if (target_ip->sin_addr.s_addr == 0 && arpop == ARPOP_REQUEST)
1270 if (arpop != ARPOP_REQUEST) {
1341 dlil_send_arp_internal(ifp, ARPOP_REQUEST,
1520 if (arpop == ARPOP_REQUEST && route->rt_llinfo != NULL)
1527 if (arpop != ARPOP_REQUEST)
1612 dlil_send_arp(ifp, ARPOP_REQUEST, NULL, sa, NULL, sa, 0);

Completed in 46 milliseconds