Home
last modified time | relevance | path

Searched refs:rtalloc1_scoped_locked (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.41.6/bsd/netinet6/
H A Din6_rmx.c239 rt2 = rtalloc1_scoped_locked(SA(sin6), 0, in in6_addroute()
296 rt2 = rtalloc1_scoped_locked(SA(sin6), 0, in in6_addroute()
H A Dnd6_prproxy.c643 if ((rt = rtalloc1_scoped_locked(SA(&ro6->ro_dst), 0, in nd6_proxy_find_fwdroute()
668 if (fwd_ifp != NULL && (rt = rtalloc1_scoped_locked(SA(&ro6->ro_dst), 1, in nd6_proxy_find_fwdroute()
H A Dnd6_nbr.c2584 rt = rtalloc1_scoped_locked(SA(sin6), 1, 0, ifp->if_index); in nd6_alt_node_present()
2668 rt = rtalloc1_scoped_locked(SA(sin6), 0, 0, ifp->if_index); in nd6_alt_node_absent()
H A Dnd6.c2348 rt = rtalloc1_scoped_locked(SA(&sin6), create, 0, ifscope); in nd6_lookup()
4016 gwrt = rtalloc1_scoped_locked(SA(&gw6), 1, 0, in nd6_output_list()
/xnu-12377.41.6/bsd/net/
H A Droute.c994 rtalloc1_scoped_locked(struct sockaddr *dst, int report, uint32_t ignflags, in rtalloc1_scoped_locked() function
1128 defrt = rtalloc1_scoped_locked(SA(&def_key), in rtalloc1_common_locked()
1190 entry = rtalloc1_scoped_locked(dst, report, ignflags, ifscope); in rtalloc1_scoped()
1538 rt = rtalloc1_scoped_locked(dst, 0, RTF_CLONING | RTF_PRCLONING, ifscope); in rtredirect()
1791 rt = rtalloc1_scoped_locked(__DECONST_SA(dst), in ifa_ifwithroute_common_locked()
1830 (rt = rtalloc1_scoped_locked(__DECONST_SA(gw), in ifa_ifwithroute_common_locked()
2366 rt2 = rtalloc1_scoped_locked(dst0, 0, in rtrequest_common_locked()
2821 gwrt = rtalloc1_scoped_locked(gate, 1, RTF_PRCLONING, ifscope); in rt_setgate()
4300 gwrt = rtalloc1_scoped_locked(gw, 1, 0, ifindex); in route_to_gwroute()
H A Droute_private.h466 extern struct rtentry *rtalloc1_scoped_locked(struct sockaddr *, int,
H A Dnecp_client.c10262 v4Route = rtalloc1_scoped_locked(SA(&default_address), 0, 0, in necp_client_copy_interface()
10276 v6Route = rtalloc1_scoped_locked(SA(&default_address), 0, 0, in necp_client_copy_interface()
/xnu-12377.41.6/bsd/netinet/
H A Din_rmx.c193 rt2 = rtalloc1_scoped_locked(rt_key(rt), 0, in in_addroute()