Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/netinet6/
H A Dnd6.h924 extern int nd6_need_cache(struct ifnet *);
H A Dnd6.c2737 if (!nd6_need_cache(ifp) && !(rt->rt_flags & RTF_HOST)) { in nd6_rtrequest()
2751 if (!nd6_need_cache(ifp)) { /* stf case */ in nd6_rtrequest()
4106 if (IN6_IS_ADDR_MULTICAST(&dst->sin6_addr) || !nd6_need_cache(ifp)) { in nd6_output_list()
4609 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.c2475 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()