Searched refs:rtalloc1_scoped_locked (Results 1 – 8 of 8) sorted by relevance
| /xnu-8020.121.3/bsd/netinet6/ |
| H A D | in6_rmx.c | 237 rt2 = rtalloc1_scoped_locked((struct sockaddr *)sin6, 0, in in6_addroute() 295 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 | 2555 rt = rtalloc1_scoped_locked((struct sockaddr *)sin6, 1, 0, in nd6_alt_node_present() 2640 rt = rtalloc1_scoped_locked((struct sockaddr *)sin6, 0, 0, in nd6_alt_node_absent()
|
| H A D | nd6.c | 2320 rt = rtalloc1_scoped_locked(SA(&sin6), create, 0, ifscope); in nd6_lookup() 4182 gwrt = rtalloc1_scoped_locked(SA(&gw6), 1, 0, in nd6_output_list()
|
| /xnu-8020.121.3/bsd/net/ |
| H A D | route.c | 935 rtalloc1_scoped_locked(struct sockaddr *dst, int report, uint32_t ignflags, in rtalloc1_scoped_locked() function 1068 defrt = rtalloc1_scoped_locked((struct sockaddr *)&def_key, in rtalloc1_common_locked() 1130 entry = rtalloc1_scoped_locked(dst, report, ignflags, ifscope); in rtalloc1_scoped() 1478 rt = rtalloc1_scoped_locked(dst, 0, RTF_CLONING | RTF_PRCLONING, ifscope); in rtredirect() 1726 rt = rtalloc1_scoped_locked((struct sockaddr *)(size_t)dst, in ifa_ifwithroute_common_locked() 1765 (rt = rtalloc1_scoped_locked((struct sockaddr *)(size_t)gw, in ifa_ifwithroute_common_locked() 2300 rt2 = rtalloc1_scoped_locked(dst0, 0, in rtrequest_common_locked() 2727 gwrt = rtalloc1_scoped_locked(gate, 1, RTF_PRCLONING, ifscope); in rt_setgate() 4181 gwrt = rtalloc1_scoped_locked(gw, 1, 0, ifindex); in route_to_gwroute()
|
| H A D | route.h | 620 extern struct rtentry *rtalloc1_scoped_locked(struct sockaddr *, int,
|
| H A D | necp_client.c | 8670 v4Route = rtalloc1_scoped_locked((struct sockaddr *)&default_address, 0, 0, in necp_client_copy_interface() 8684 v6Route = rtalloc1_scoped_locked((struct sockaddr *)&default_address, 0, 0, in necp_client_copy_interface()
|
| /xnu-8020.121.3/bsd/netinet/ |
| H A D | in_rmx.c | 190 rt2 = rtalloc1_scoped_locked(rt_key(rt), 0, in in_addroute()
|