Home
last modified time | relevance | path

Searched refs:nd6_need_cache (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/netinet6/
Dnd6.h138 int nd6_need_cache(struct ifnet *);
Dnd6.c761 if (nd6_need_cache(ifp) == 0 && (rt->rt_flags & RTF_HOST) == 0) { in nd6_rtrequest()
772 if (req == RTM_RESOLVE && nd6_need_cache(ifp) == 0) { in nd6_rtrequest()
1405 nd6_need_cache(struct ifnet *ifp) in nd6_need_cache() function
Din6_ifattach.c376 if (nd6_need_cache(ifp) && (ifp->if_flags & IFF_MULTICAST) == 0) in in6_ifattach()