Home
last modified time | relevance | path

Searched refs:nd_ifinfo (Results 1 – 6 of 6) sorted by last modified time

/freebsd/sys/netinet6/
H A Dnd6.c154 static void nd6_setmtu0(struct ifnet *, struct nd_ifinfo *);
280 struct nd_ifinfo *
283 struct nd_ifinfo *nd; in nd6_ifattach()
331 nd6_ifdetach(struct ifnet *ifp, struct nd_ifinfo *nd) in nd6_ifdetach()
364 nd6_setmtu0(struct ifnet *ifp, struct nd_ifinfo *ndi) in nd6_setmtu0()
757 struct nd_ifinfo *ndi; in nd6_llinfo_timer()
2134 struct nd_ifinfo *nd6if; in nd6_slowtimo()
H A Dnd6.h65 struct nd_ifinfo { struct
101 (((struct in6_ifextra *)if_getafdata(ifp, AF_INET6))->nd_ifinfo) argument
161 struct nd_ifinfo ndi;
347 struct nd_ifinfo *nd6_ifattach(struct ifnet *);
348 void nd6_ifdetach(struct ifnet *, struct nd_ifinfo *);
H A Dnd6_rtr.c359 struct nd_ifinfo *ndi; in nd6_ra_input()
H A Din6.c2615 ext->nd_ifinfo = nd6_ifattach(ifp); in in6_domifattach()
2640 nd6_ifdetach(ifp, ext->nd_ifinfo); in in6_domifdetach()
H A Din6_var.h96 struct nd_ifinfo;
105 struct nd_ifinfo *nd_ifinfo; member
H A Din6_ifattach.c805 struct nd_ifinfo *ndi = ND_IFINFO(ifp); in in6_get_tmpifid()
830 struct nd_ifinfo *ndi; in in6_tmpaddrtimer()