HomeSort by: relevance | last modified time | path
    Searched refs:ND_IFINFO (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/netinet6/
in6_ifattach.c 574 ND_IFINFO(ifp)->flags &= ~ND6_IFF_AUTO_LINKLOCAL;
575 ND_IFINFO(ifp)->flags |= ND6_IFF_IFDISABLED;
602 ND_IFINFO(ifp)->flags &= ~ND6_IFF_AUTO_LINKLOCAL;
637 if (!(ND_IFINFO(ifp)->flags & ND6_IFF_IFDISABLED) &&
638 ND_IFINFO(ifp)->flags & ND6_IFF_AUTO_LINKLOCAL) {
nd6.h 52 struct nd_ifinfo { struct
79 #define ND_IFINFO(ifp) \
80 (((struct in6_ifextra *)(ifp)->if_afdata[AF_INET6])->nd_ifinfo)
94 struct nd_ifinfo ndi;
nd6.c 198 kmem_free(ext->nd_ifinfo, sizeof(struct nd_kifinfo));
395 struct nd_kifinfo *ndi = ND_IFINFO(ifp);
403 struct nd_kifinfo *ndi = ND_IFINFO(ifp);
411 struct nd_kifinfo *ndi = ND_IFINFO(ifp);
1082 struct nd_kifinfo *ndi = ND_IFINFO(ifp);
1188 struct nd_kifinfo *ifndi = ND_IFINFO(ifp);
1539 ndi = ND_IFINFO(ifp);
1574 struct nd_kifinfo *ndi = ND_IFINFO(ifp);
in6_src.c 407 #define NDI_BEST ND_IFINFO(ia_best->ia_ifp)
408 #define NDI_NEW ND_IFINFO(ia->ia_ifp)
818 return (ND_IFINFO(ifp)->chlim);
nd6_nbr.c 1276 (long)ND_IFINFO(ifa->ifa_ifp)->retrans * hz / 1000);
1357 (long)ND_IFINFO(ifa->ifa_ifp)->retrans * hz / 1000);
1437 ND_IFINFO(ifp)->flags |= ND6_IFF_IFDISABLED;
ip6_input.c 237 if ((ND_IFINFO(rcvif)->flags & ND6_IFF_IFDISABLED)) {
ip6_output.c 175 if ((ND_IFINFO(ifp)->flags & ND6_IFF_IFDISABLED)) {
195 * nd_ifinfo.linkmtu is u_int32_t. So we use u_long to hold largest one,
icmp6.c 2191 ip6->ip6_hlim = ND_IFINFO(rcvif)->chlim;
in6.c 2332 ND_IFINFO(ifp)->flags &= ~ND6_IFF_IFDISABLED;
2668 ext->nd_ifinfo = nd6_ifattach(ifp);

Completed in 24 milliseconds