Home
last modified time | relevance | path

Searched refs:rtalloc_scoped_ign (Results 1 – 9 of 9) sorted by relevance

/xnu-11215.61.5/bsd/netinet6/
H A Dip6_forward.c436 rtalloc_scoped_ign((struct route *)ip6forward_rt, in ip6_forward()
470 rtalloc_scoped_ign((struct route *)ip6forward_rt, in ip6_forward()
H A Dnd6_prproxy.c533 rtalloc_scoped_ign((struct route *)ro6, RTF_PRCLONING, ifscope); in nd6_prproxy_isours()
H A Dip6_input.c676 rtalloc_scoped_ign((struct route *)rin6, in ip6_input_check_interface()
H A Din6_mcast.c1946 rtalloc_scoped_ign((struct route *)&ro6, 0, ifscope); in in6p_lookup_mcast_ifp()
/xnu-11215.61.5/bsd/net/
H A Droute_private.h460 extern void rtalloc_scoped_ign(struct route *, uint32_t, unsigned int);
H A Droute.c891 rtalloc_scoped_ign(ro, 0, ifscope); in rtalloc_scoped()
926 rtalloc_scoped_ign(struct route *ro, uint32_t ignore, unsigned int ifscope) in rtalloc_scoped_ign() function
/xnu-11215.61.5/bsd/netinet/
H A Din_mcast.c2065 rtalloc_scoped_ign(&ro, 0, ifscope); in inp_lookup_mcast_ifp()
H A Dip_output.c809 rtalloc_scoped_ign(ro, ign, ifscope); in ip_output_list()
H A Dip_input.c3537 rtalloc_scoped_ign(&fwd_rt, RTF_PRCLONING, ipoa.ipoa_boundif); in ip_forward()