Searched refs:ND6_IFF_AUTO_LINKLOCAL (Results 1 – 5 of 5) sorted by relevance
962 #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()
497 DEF_CMD("auto_linklocal",ND6_IFF_AUTO_LINKLOCAL,setnd6flags),498 DEF_CMD("-auto_linklocal",-ND6_IFF_AUTO_LINKLOCAL,setnd6flags),
721 ND_IFINFO(ifp)->flags &= ~ND6_IFF_AUTO_LINKLOCAL; in in6_ifattach()755 ND_IFINFO(ifp)->flags & ND6_IFF_AUTO_LINKLOCAL) { in in6_ifattach()
278 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()
87 #define ND6_IFF_AUTO_LINKLOCAL 0x20 macro