Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet6/
H A Dnd6.h924 extern int nd6_need_cache(struct ifnet *);
H A Dnd6.c2738 if (!nd6_need_cache(ifp) && !(rt->rt_flags & RTF_HOST)) { in nd6_rtrequest()
2752 if (!nd6_need_cache(ifp)) { /* stf case */ in nd6_rtrequest()
4107 if (IN6_IS_ADDR_MULTICAST(&dst->sin6_addr) || !nd6_need_cache(ifp)) { in nd6_output_list()
4610 nd6_need_cache(struct ifnet *ifp) in nd6_need_cache() function
H A Dnd6_prproxy.c402 nd6_need_cache(ifp)) { in nd6_if_prproxy()
H A Dnd6_nbr.c2456 VERIFY(nd6_need_cache(ifp)); in nd6_alt_node_addr_decompose()
H A Dnd6_rtr.c3711 if (nd6_need_cache(ifp)) { in nd6_prefix_onlink_common()