Home
last modified time | relevance | path

Searched refs:ARPOP_REQUEST (Results 1 – 8 of 8) sorted by relevance

/xnu-8792.81.2/bsd/net/
H A Dif_arp.h91 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
H A Dether_inet_pr_module.c533 if (arpop == ARPOP_REQUEST && (target_ip->sin_other & SIN_ROUTER)) { in ether_inet_arp()
H A Dif_llatbl.c861 dlil_send_arp(ifp, ARPOP_REQUEST, NULL, dst, NULL, dst, 0); in lla_rt_output()
H A Dif_bridge.c7450 if (ea->arp_op != htons(ARPOP_REQUEST) &&
7980 case ARPOP_REQUEST:
8043 case ARPOP_REQUEST:
H A Ddlil.c7705 case ARPOP_REQUEST: in dlil_send_arp_internal()
7871 ipv4_ll_arp_aware != 0 && arpop == ARPOP_REQUEST && in dlil_send_arp()
/xnu-8792.81.2/bsd/netinet/
H A Din_arp.c953 dlil_send_arp(rt->rt_ifp, ARPOP_REQUEST, in arp_rtrequest()
1485 dlil_send_arp(ifp, ARPOP_REQUEST, NULL, sa, in arp_lookup_ip()
1561 dlil_send_arp(ifp, ARPOP_REQUEST, NULL, sa, in arp_lookup_ip()
1666 if (target_ip->sin_addr.s_addr == INADDR_ANY && arpop == ARPOP_REQUEST) { in arp_ip_handle_input()
1833 if (arpop != ARPOP_REQUEST) { in arp_ip_handle_input()
1911 dlil_send_arp_internal(ifp, ARPOP_REQUEST, in arp_ip_handle_input()
2173 if (arpop == ARPOP_REQUEST && route->rt_llinfo != NULL) { in arp_ip_handle_input()
2181 if (arpop != ARPOP_REQUEST) { in arp_ip_handle_input()
2275 dlil_send_arp(ifp, ARPOP_REQUEST, NULL, sa, NULL, sa, 0); in arp_ifinit()
/xnu-8792.81.2/osfmk/kdp/
H A Dkdp_udp.c196 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
838 case ARPOP_REQUEST: in kdp_arp_dispatch()
883 if (ntohs(ea->arp_op) != ARPOP_REQUEST) { in kdp_arp_reply()
1043 ea->arp_op = htons(ARPOP_REQUEST); in transmit_ARP_request()
/xnu-8792.81.2/tests/
H A Dnet_bridge.c751 case ARPOP_REQUEST: in arpop_name()
2508 ARPOP_REQUEST, in mac_nat_test_arp_out()