Searched refs:ARPOP_REQUEST (Results 1 – 7 of 7) sorted by relevance
| /xnu-10002.41.9/bsd/net/ |
| H A D | if_arp.h | 91 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
|
| H A D | ether_inet_pr_module.c | 533 if (arpop == ARPOP_REQUEST && (target_ip->sin_other & SIN_ROUTER)) { in ether_inet_arp()
|
| H A D | if_bridge.c | 7568 if (ea->arp_op != htons(ARPOP_REQUEST) && 8131 case ARPOP_REQUEST: 8194 case ARPOP_REQUEST:
|
| H A D | dlil.c | 8026 case ARPOP_REQUEST: in dlil_send_arp_internal() 8192 ipv4_ll_arp_aware != 0 && arpop == ARPOP_REQUEST && in dlil_send_arp()
|
| /xnu-10002.41.9/bsd/netinet/ |
| H A D | in_arp.c | 952 dlil_send_arp(rt->rt_ifp, ARPOP_REQUEST, in arp_rtrequest() 1484 dlil_send_arp(ifp, ARPOP_REQUEST, NULL, sa, in arp_lookup_ip() 1560 dlil_send_arp(ifp, ARPOP_REQUEST, NULL, sa, in arp_lookup_ip() 1665 if (target_ip->sin_addr.s_addr == INADDR_ANY && arpop == ARPOP_REQUEST) { in arp_ip_handle_input() 1832 if (arpop != ARPOP_REQUEST) { in arp_ip_handle_input() 1910 dlil_send_arp_internal(ifp, ARPOP_REQUEST, in arp_ip_handle_input() 2172 if (arpop == ARPOP_REQUEST && route->rt_llinfo != NULL) { in arp_ip_handle_input() 2180 if (arpop != ARPOP_REQUEST) { in arp_ip_handle_input() 2274 dlil_send_arp(ifp, ARPOP_REQUEST, NULL, sa, NULL, sa, 0); in arp_ifinit()
|
| /xnu-10002.41.9/osfmk/kdp/ |
| H A D | kdp_udp.c | 196 #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-10002.41.9/tests/ |
| H A D | net_bridge.c | 654 case ARPOP_REQUEST: in arpop_name() 2280 ARPOP_REQUEST, in mac_nat_test_arp_out()
|