Searched refs:rtalloc_scoped_ign (Results 1 – 9 of 9) sorted by relevance
| /xnu-8796.121.2/bsd/netinet6/ |
| H A D | ip6_forward.c | 433 rtalloc_scoped_ign((struct route *)ip6forward_rt, in ip6_forward() 467 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 | 674 rtalloc_scoped_ign((struct route *)rin6, in ip6_input_check_interface()
|
| H A D | in6_mcast.c | 1909 rtalloc_scoped_ign((struct route *)&ro6, 0, ifscope); in in6p_lookup_mcast_ifp()
|
| /xnu-8796.121.2/bsd/net/ |
| H A D | route_private.h | 428 extern void rtalloc_scoped_ign(struct route *, uint32_t, unsigned int);
|
| H A D | route.c | 882 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 D | in_mcast.c | 2059 rtalloc_scoped_ign(&ro, 0, ifscope); in inp_lookup_mcast_ifp()
|
| H A D | ip_output.c | 787 rtalloc_scoped_ign(ro, ign, ifscope); in ip_output_list()
|
| H A D | ip_input.c | 3495 rtalloc_scoped_ign(&fwd_rt, RTF_PRCLONING, ipoa.ipoa_boundif); in ip_forward()
|