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

/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_arp.h91 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
H A Dether_inet_pr_module.c523 if (arpop == ARPOP_REQUEST && (target_ip->sin_other & SIN_ROUTER))
H A Ddlil.c4185 case ARPOP_REQUEST:
4343 ipv4_ll_arp_aware != 0 && arpop == ARPOP_REQUEST &&
H A Dif_bridge.c6047 if (ea->arp_op != htons(ARPOP_REQUEST) &&
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-arp.c65 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
103 { ARPOP_REQUEST, "Request" },
246 case ARPOP_REQUEST:
361 case ARPOP_REQUEST:
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din_arp.c719 dlil_send_arp(rt->rt_ifp, ARPOP_REQUEST,
1135 dlil_send_arp(ifp, ARPOP_REQUEST, NULL, sa,
1198 dlil_send_arp(ifp, ARPOP_REQUEST, NULL, sa,
1284 if (target_ip->sin_addr.s_addr == INADDR_ANY && arpop == ARPOP_REQUEST)
1448 if (arpop != ARPOP_REQUEST)
1523 dlil_send_arp_internal(ifp, ARPOP_REQUEST,
1732 if (arpop == ARPOP_REQUEST && route->rt_llinfo != NULL)
1739 if (arpop != ARPOP_REQUEST)
1826 dlil_send_arp(ifp, ARPOP_REQUEST, NULL, sa, NULL, sa, 0);
/macosx-10.10.1/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_udp.c192 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
785 case ARPOP_REQUEST:
828 if(ntohs(ea->arp_op) != ARPOP_REQUEST)
987 ea->arp_op = htons(ARPOP_REQUEST);
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Darp_session.c246 case ARPOP_REQUEST:
596 || (op != ARPOP_REPLY && op != ARPOP_REQUEST)
656 && op == ARPOP_REQUEST
896 hdr->ar_op = htons(ARPOP_REQUEST);
942 hdr->ar_op = htons(ARPOP_REQUEST);

Completed in 119 milliseconds