Home
last modified time | relevance | path

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

/xnu-11215.81.4/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.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.c2580 rt = rtalloc1_scoped_locked(SA(sin6), 1, 0, ifp->if_index); in nd6_alt_node_present()
2664 rt = rtalloc1_scoped_locked(SA(sin6), 0, 0, ifp->if_index); in nd6_alt_node_absent()
H A Dnd6.c2341 rt = rtalloc1_scoped_locked(SA(&sin6), create, 0, ifscope); in nd6_lookup()
4003 gwrt = rtalloc1_scoped_locked(SA(&gw6), 1, 0, in nd6_output_list()
/xnu-11215.81.4/bsd/net/
H A Droute.c941 rtalloc1_scoped_locked(struct sockaddr *dst, int report, uint32_t ignflags, in rtalloc1_scoped_locked() function
1075 defrt = rtalloc1_scoped_locked(SA(&def_key), in rtalloc1_common_locked()
1137 entry = rtalloc1_scoped_locked(dst, report, ignflags, ifscope); in rtalloc1_scoped()
1485 rt = rtalloc1_scoped_locked(dst, 0, RTF_CLONING | RTF_PRCLONING, ifscope); in rtredirect()
1738 rt = rtalloc1_scoped_locked(__DECONST_SA(dst), in ifa_ifwithroute_common_locked()
1777 (rt = rtalloc1_scoped_locked(__DECONST_SA(gw), in ifa_ifwithroute_common_locked()
2313 rt2 = rtalloc1_scoped_locked(dst0, 0, in rtrequest_common_locked()
2768 gwrt = rtalloc1_scoped_locked(gate, 1, RTF_PRCLONING, ifscope); in rt_setgate()
4245 gwrt = rtalloc1_scoped_locked(gw, 1, 0, ifindex); in route_to_gwroute()
H A Droute_private.h464 extern struct rtentry *rtalloc1_scoped_locked(struct sockaddr *, int,
H A Dnecp_client.c9472 v4Route = rtalloc1_scoped_locked(SA(&default_address), 0, 0, in necp_client_copy_interface()
9486 v6Route = rtalloc1_scoped_locked(SA(&default_address), 0, 0, in necp_client_copy_interface()
/xnu-11215.81.4/bsd/netinet/
H A Din_rmx.c192 rt2 = rtalloc1_scoped_locked(rt_key(rt), 0, in in_addroute()