Searched refs:rtalloc_scoped_ign (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215.61.5/bsd/netinet6/ |
| H A D | ip6_forward.c | 436 rtalloc_scoped_ign((struct route *)ip6forward_rt, in ip6_forward() 470 rtalloc_scoped_ign((struct route *)ip6forward_rt, in ip6_forward()
|
| H A D | nd6_prproxy.c | 533 rtalloc_scoped_ign((struct route *)ro6, RTF_PRCLONING, ifscope); in nd6_prproxy_isours()
|
| H A D | ip6_input.c | 676 rtalloc_scoped_ign((struct route *)rin6, in ip6_input_check_interface()
|
| H A D | in6_mcast.c | 1946 rtalloc_scoped_ign((struct route *)&ro6, 0, ifscope); in in6p_lookup_mcast_ifp()
|
| /xnu-11215.61.5/bsd/net/ |
| H A D | route_private.h | 460 extern void rtalloc_scoped_ign(struct route *, uint32_t, unsigned int);
|
| H A D | route.c | 891 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 D | in_mcast.c | 2065 rtalloc_scoped_ign(&ro, 0, ifscope); in inp_lookup_mcast_ifp()
|
| H A D | ip_output.c | 809 rtalloc_scoped_ign(ro, ign, ifscope); in ip_output_list()
|
| H A D | ip_input.c | 3537 rtalloc_scoped_ign(&fwd_rt, RTF_PRCLONING, ipoa.ipoa_boundif); in ip_forward()
|