Searched refs:IFEF_ARPLL (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif.h150 #define IFEF_ARPLL 0x800 /* ARP for IPv4LL addresses on this port */ macro
H A Ddlil.c1851 if ((ifp_list[ifp_on]->if_eflags & IFEF_ARPLL) == 0) {
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_arp.c726 && (ifp->if_eflags & IFEF_ARPLL) != 0
778 || (ifp->if_eflags & IFEF_ARPLL) != 0) {
795 if (!IN_LINKLOCAL(ntohl(sender_ip->sin_addr.s_addr)) || (ifp->if_eflags & IFEF_ARPLL) == 0) {
H A Din.c495 ifp->if_eflags |= IFEF_ARPLL;
497 ifp->if_eflags &= ~IFEF_ARPLL;

Completed in 87 milliseconds