Searched refs:ND6_IFF_AUTO_LINKLOCAL (Results 1 – 6 of 6) sorted by relevance
1056 #ifdef ND6_IFF_AUTO_LINKLOCAL in ifinfo()1057 SETFLAG("auto_linklocal", ND6_IFF_AUTO_LINKLOCAL); in ifinfo()1143 #ifdef ND6_IFF_AUTO_LINKLOCAL in ifinfo()1144 if ((ND.flags & ND6_IFF_AUTO_LINKLOCAL)) in ifinfo()
690 ND_IFINFO(ifp)->flags &= ~ND6_IFF_AUTO_LINKLOCAL; in in6_ifattach()723 ND_IFINFO(ifp)->flags & ND6_IFF_AUTO_LINKLOCAL) { in in6_ifattach()
88 #define ND6_IFF_AUTO_LINKLOCAL 0x20 macro
306 nd->flags |= ND6_IFF_AUTO_LINKLOCAL; in nd6_ifattach()1752 if (ND.flags & ND6_IFF_AUTO_LINKLOCAL) { in nd6_ioctl()1753 if (!(ND_IFINFO(ifp)->flags & ND6_IFF_AUTO_LINKLOCAL)) { in nd6_ioctl()1757 ND_IFINFO(ifp)->flags |= ND6_IFF_AUTO_LINKLOCAL; in nd6_ioctl()
715 DEF_CMD("auto_linklocal",ND6_IFF_AUTO_LINKLOCAL,setnd6flags),716 DEF_CMD("-auto_linklocal",-ND6_IFF_AUTO_LINKLOCAL,setnd6flags),
2931 ND_IFINFO(ifp)->flags &= ~ND6_IFF_AUTO_LINKLOCAL; in wg_clone_create()