Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ndp/
H A Dndp.c1057 #ifdef ND6_IFF_AUTO_LINKLOCAL in ifinfo()
1058 SETFLAG("auto_linklocal", ND6_IFF_AUTO_LINKLOCAL); in ifinfo()
1144 #ifdef ND6_IFF_AUTO_LINKLOCAL in ifinfo()
1145 if ((ND.flags & ND6_IFF_AUTO_LINKLOCAL)) in ifinfo()
/freebsd/sys/netinet6/
H A Din6_ifattach.c690 ND_IFINFO(ifp)->flags &= ~ND6_IFF_AUTO_LINKLOCAL; in in6_ifattach()
723 ND_IFINFO(ifp)->flags & ND6_IFF_AUTO_LINKLOCAL) { in in6_ifattach()
H A Dnd6.h88 #define ND6_IFF_AUTO_LINKLOCAL 0x20 macro
H A Dnd6.c306 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()
/freebsd/sbin/ifconfig/
H A Daf_inet6.c715 DEF_CMD("auto_linklocal",ND6_IFF_AUTO_LINKLOCAL,setnd6flags),
716 DEF_CMD("-auto_linklocal",-ND6_IFF_AUTO_LINKLOCAL,setnd6flags),
/freebsd/sys/dev/wg/
H A Dif_wg.c2933 ND_IFINFO(ifp)->flags &= ~ND6_IFF_AUTO_LINKLOCAL; in wg_clone_create()