Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet6/
H A Dip6_forward.c433 rtalloc_scoped_ign((struct route *)ip6forward_rt, in ip6_forward()
467 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.c674 rtalloc_scoped_ign((struct route *)rin6, in ip6_input_check_interface()
H A Din6_mcast.c1909 rtalloc_scoped_ign((struct route *)&ro6, 0, ifscope); in in6p_lookup_mcast_ifp()
/xnu-8796.121.2/bsd/net/
H A Droute_private.h428 extern void rtalloc_scoped_ign(struct route *, uint32_t, unsigned int);
H A Droute.c882 rtalloc_scoped_ign(ro, 0, ifscope); in rtalloc_scoped()
917 rtalloc_scoped_ign(struct route *ro, uint32_t ignore, unsigned int ifscope) in rtalloc_scoped_ign() function
/xnu-8796.121.2/bsd/netinet/
H A Din_mcast.c2059 rtalloc_scoped_ign(&ro, 0, ifscope); in inp_lookup_mcast_ifp()
H A Dip_output.c787 rtalloc_scoped_ign(ro, ign, ifscope); in ip_output_list()
H A Dip_input.c3495 rtalloc_scoped_ign(&fwd_rt, RTF_PRCLONING, ipoa.ipoa_boundif); in ip_forward()