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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_forward.c398 rtalloc_scoped_ign((struct route *)ip6forward_rt,
432 rtalloc_scoped_ign((struct route *)ip6forward_rt,
H A Dnd6_prproxy.c556 rtalloc_scoped_ign((struct route *)ro6, RTF_PRCLONING, ifscope);
H A Dip6_input.c821 rtalloc_scoped_ign((struct route *)&ip6_forward_rt,
H A Din6_mcast.c1882 rtalloc_scoped_ign((struct route *)&ro6, 0, ifscope);
/darwin-on-arm/xnu/bsd/net/
H A Droute.h505 extern void rtalloc_scoped_ign(struct route *, uint32_t, unsigned int);
H A Droute.c797 rtalloc_scoped_ign(ro, 0, ifscope);
834 rtalloc_scoped_ign(struct route *ro, uint32_t ignore, unsigned int ifscope) function
/darwin-on-arm/xnu/bsd/netinet/
H A Din_mcast.c2008 rtalloc_scoped_ign(&ro, 0, ifscope);
H A Dip_input.c2421 rtalloc_scoped_ign(&fwd_rt, RTF_PRCLONING, ipoa.ipoa_boundif);
H A Dip_output.c725 rtalloc_scoped_ign(ro, ign, ifscope);

Completed in 52 milliseconds