Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Din6_rmx.c239 rt2 = rtalloc1_scoped_locked(SA(sin6), 0, in in6_addroute()
297 rt2 = rtalloc1_scoped_locked(SA(sin6), 0, in in6_addroute()
H A Dnd6_prproxy.c642 if ((rt = rtalloc1_scoped_locked(SA(&ro6->ro_dst), 0, in nd6_proxy_find_fwdroute()
667 if (fwd_ifp != NULL && (rt = rtalloc1_scoped_locked(SA(&ro6->ro_dst), 1, in nd6_proxy_find_fwdroute()
H A Dnd6_nbr.c2576 rt = rtalloc1_scoped_locked(SA(sin6), 1, 0, ifp->if_index); in nd6_alt_node_present()
2660 rt = rtalloc1_scoped_locked(SA(sin6), 0, 0, ifp->if_index); in nd6_alt_node_absent()
H A Dnd6.c2334 rt = rtalloc1_scoped_locked(SA(&sin6), create, 0, ifscope); in nd6_lookup()
4221 gwrt = rtalloc1_scoped_locked(SA(&gw6), 1, 0, in nd6_output_list()
/xnu-10063.101.15/bsd/net/
H A Droute.c935 rtalloc1_scoped_locked(struct sockaddr *dst, int report, uint32_t ignflags, in rtalloc1_scoped_locked() function
1069 defrt = rtalloc1_scoped_locked(SA(&def_key), in rtalloc1_common_locked()
1131 entry = rtalloc1_scoped_locked(dst, report, ignflags, ifscope); in rtalloc1_scoped()
1479 rt = rtalloc1_scoped_locked(dst, 0, RTF_CLONING | RTF_PRCLONING, ifscope); in rtredirect()
1732 rt = rtalloc1_scoped_locked(__DECONST_SA(dst), in ifa_ifwithroute_common_locked()
1771 (rt = rtalloc1_scoped_locked(__DECONST_SA(gw), in ifa_ifwithroute_common_locked()
2306 rt2 = rtalloc1_scoped_locked(dst0, 0, in rtrequest_common_locked()
2747 gwrt = rtalloc1_scoped_locked(gate, 1, RTF_PRCLONING, ifscope); in rt_setgate()
4184 gwrt = rtalloc1_scoped_locked(gw, 1, 0, ifindex); in route_to_gwroute()
H A Droute_private.h414 extern struct rtentry *rtalloc1_scoped_locked(struct sockaddr *, int,
H A Dnecp_client.c9271 v4Route = rtalloc1_scoped_locked((struct sockaddr *)&default_address, 0, 0, in necp_client_copy_interface()
9285 v6Route = rtalloc1_scoped_locked((struct sockaddr *)&default_address, 0, 0, in necp_client_copy_interface()
/xnu-10063.101.15/bsd/netinet/
H A Din_rmx.c192 rt2 = rtalloc1_scoped_locked(rt_key(rt), 0, in in_addroute()