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

/darwin-on-arm/xnu/bsd/net/
H A Dif.h163 #define IFEF_ARPLL 0x800 /* ARP for IPv4LL addresses on this port */ macro
H A Ddlil.c3774 if (!(cur_ifp->if_eflags & IFEF_ARPLL))
/darwin-on-arm/xnu/bsd/netinet/
H A Din_arp.c1275 && (ifp->if_eflags & IFEF_ARPLL) != 0
1354 || (ifp->if_eflags & IFEF_ARPLL) != 0) {
1388 if (!IN_LINKLOCAL(ntohl(sender_ip->sin_addr.s_addr)) || (ifp->if_eflags & IFEF_ARPLL) == 0) {
H A Din.c669 ifp->if_eflags |= IFEF_ARPLL;
673 ifp->if_eflags &= ~IFEF_ARPLL;
1430 ifp->if_eflags &= ~(IFEF_ARPLL | IFEF_AUTOCONFIGURING);

Completed in 33 milliseconds