Searched refs:rtalloc1_scoped_locked (Results 1 – 8 of 8) sorted by relevance
| /xnu-8019.80.24/bsd/netinet6/ |
| H A D | in6_rmx.c | 233 rt2 = rtalloc1_scoped_locked((struct sockaddr *)sin6, 0, in in6_addroute() 291 rt2 = rtalloc1_scoped_locked((struct sockaddr *)sin6, 0, in in6_addroute()
|
| H A D | nd6_prproxy.c | 642 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 D | nd6_nbr.c | 2547 rt = rtalloc1_scoped_locked((struct sockaddr *)sin6, 1, 0, in nd6_alt_node_present() 2619 rt = rtalloc1_scoped_locked((struct sockaddr *)sin6, 0, 0, in nd6_alt_node_absent()
|
| H A D | nd6.c | 2293 rt = rtalloc1_scoped_locked(SA(&sin6), create, 0, ifscope); in nd6_lookup() 4146 gwrt = rtalloc1_scoped_locked(SA(&gw6), 1, 0, in nd6_output_list()
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | route.c | 936 rtalloc1_scoped_locked(struct sockaddr *dst, int report, uint32_t ignflags, in rtalloc1_scoped_locked() function 1069 defrt = rtalloc1_scoped_locked((struct sockaddr *)&def_key, in rtalloc1_common_locked() 1131 entry = rtalloc1_scoped_locked(dst, report, ignflags, ifscope); in rtalloc1_scoped() 1482 rt = rtalloc1_scoped_locked(dst, 0, RTF_CLONING | RTF_PRCLONING, ifscope); in rtredirect() 1730 rt = rtalloc1_scoped_locked((struct sockaddr *)(size_t)dst, in ifa_ifwithroute_common_locked() 1769 (rt = rtalloc1_scoped_locked((struct sockaddr *)(size_t)gw, in ifa_ifwithroute_common_locked() 2304 rt2 = rtalloc1_scoped_locked(dst0, 0, in rtrequest_common_locked() 2731 gwrt = rtalloc1_scoped_locked(gate, 1, RTF_PRCLONING, ifscope); in rt_setgate() 4186 gwrt = rtalloc1_scoped_locked(gw, 1, 0, ifindex); in route_to_gwroute()
|
| H A D | route.h | 609 extern struct rtentry *rtalloc1_scoped_locked(struct sockaddr *, int,
|
| H A D | necp_client.c | 8615 v4Route = rtalloc1_scoped_locked((struct sockaddr *)&default_address, 0, 0, in necp_client_copy_interface() 8629 v6Route = rtalloc1_scoped_locked((struct sockaddr *)&default_address, 0, 0, in necp_client_copy_interface()
|
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | in_rmx.c | 190 rt2 = rtalloc1_scoped_locked(rt_key(rt), 0, in in_addroute()
|