Home
last modified time | relevance | path

Searched refs:ND6_IFF_AUTO_LINKLOCAL (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/usr.sbin/ndp/
HDndp.c962 #ifdef ND6_IFF_AUTO_LINKLOCAL in ifinfo()
963 SETFLAG("auto_linklocal", ND6_IFF_AUTO_LINKLOCAL); in ifinfo()
1037 #ifdef ND6_IFF_AUTO_LINKLOCAL in ifinfo()
1038 if ((ND.flags & ND6_IFF_AUTO_LINKLOCAL)) in ifinfo()
/freebsd-11-stable/sbin/ifconfig/
HDaf_inet6.c497 DEF_CMD("auto_linklocal",ND6_IFF_AUTO_LINKLOCAL,setnd6flags),
498 DEF_CMD("-auto_linklocal",-ND6_IFF_AUTO_LINKLOCAL,setnd6flags),
/freebsd-11-stable/sys/netinet6/
HDin6_ifattach.c721 ND_IFINFO(ifp)->flags &= ~ND6_IFF_AUTO_LINKLOCAL; in in6_ifattach()
755 ND_IFINFO(ifp)->flags & ND6_IFF_AUTO_LINKLOCAL) { in in6_ifattach()
HDnd6.c278 nd->flags |= ND6_IFF_AUTO_LINKLOCAL; in nd6_ifattach()
1747 if (ND.flags & ND6_IFF_AUTO_LINKLOCAL) { in nd6_ioctl()
1748 if (!(ND_IFINFO(ifp)->flags & ND6_IFF_AUTO_LINKLOCAL)) { in nd6_ioctl()
1752 ND_IFINFO(ifp)->flags |= ND6_IFF_AUTO_LINKLOCAL; in nd6_ioctl()
HDnd6.h87 #define ND6_IFF_AUTO_LINKLOCAL 0x20 macro