Searched refs:ARPOP_REPLY (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_arp.h92 #define ARPOP_REPLY 2 /* response to previous request */ macro
H A Dif_bridge.c6048 ea->arp_op != htons(ARPOP_REPLY)) {
H A Ddlil.c4190 case ARPOP_REPLY:
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-arp.c66 #define ARPOP_REPLY 2 /* response to previous request */ macro
104 { ARPOP_REPLY, "Reply" },
257 case ARPOP_REPLY:
369 case ARPOP_REPLY:
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din_arp.c1292 if (arpop == ARPOP_REPLY)
1690 (arpop == ARPOP_REPLY));
1806 dlil_send_arp(ifp, ARPOP_REPLY,
/macosx-10.10.1/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_udp.c193 #define ARPOP_REPLY 2 /* response to previous request */ macro
788 case ARPOP_REPLY:
854 ea->arp_op = htons(ARPOP_REPLY);
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Darp_session.c248 case ARPOP_REPLY:
596 || (op != ARPOP_REPLY && op != ARPOP_REQUEST)
668 && op == ARPOP_REPLY) {
677 if (op != ARPOP_REPLY) {

Completed in 227 milliseconds