| /xnu-12377.81.4/bsd/netinet/ |
| H A D | in_gif.c | 409 rt = rtalloc1_scoped(SA(&sin), 0, 0, in gif_encapcheck4()
|
| H A D | in_arp.c | 1155 rt = rtalloc1_scoped(SA(&sin), create, 0, ifscope); in arp_lookup_route() 2238 route = rtalloc1_scoped(__DECONST_SA(target_ip), 0, 0, ifp->if_index); in arp_ip_handle_input()
|
| H A D | tcp_subr.c | 2626 rt = rtalloc1_scoped(SA(&icmpsrc), 0, RTF_CLONING | RTF_PRCLONING, ifscope); in tcp_handle_msgsize()
|
| /xnu-12377.81.4/bsd/net/ |
| H A D | route_private.h | 464 extern struct rtentry *rtalloc1_scoped(struct sockaddr *, int, uint32_t,
|
| H A D | dlil_output.c | 192 rt = rtalloc1_scoped(SA(&dest6), in dlil_output()
|
| H A D | route.c | 1184 rtalloc1_scoped(struct sockaddr *dst, int report, uint32_t ignflags, in rtalloc1_scoped() function 4252 hint = rt = rtalloc1_scoped( in route_to_gwroute()
|
| H A D | necp.c | 8600 rt = rtalloc1_scoped(SA(&remote_addr), 0, 0, in necp_application_find_policy_match_internal() 8626 rt = rtalloc1_scoped(SA(&remote_addr), 0, 0, in necp_application_find_policy_match_internal() 8838 v4Route = rtalloc1_scoped(SA(&default_address), 0, 0, in necp_application_find_policy_match_internal() 8844 v6Route = rtalloc1_scoped(SA(&default_address), 0, 0, in necp_application_find_policy_match_internal() 9088 rt = rtalloc1_scoped(SA(remote_addr), 0, 0, 0); in necp_is_route_local()
|
| H A D | dlil.c | 6241 src_rt.ro_rt = rtalloc1_scoped(SA(dst), in ifnet_cached_rtlookup_inet() 6276 src_rt.ro_rt = rtalloc1_scoped( in ifnet_cached_rtlookup_inet6()
|
| H A D | necp_client.c | 8493 rt = rtalloc1_scoped(remote, 0, 0, index); in necp_client_destination_mac_address() 10409 struct rtentry *rt = rtalloc1_scoped(SA(&address), 0, 0, interface_index); in necp_client_get_interface_address()
|
| /xnu-12377.81.4/bsd/netinet6/ |
| H A D | in6.c | 2202 rt = rtalloc1_scoped(SA(&mltaddr), 0, 0UL, in in6_ifaupdate_aux() 2279 rt = rtalloc1_scoped(SA(&mltaddr), 0, 0UL, in in6_ifaupdate_aux() 2328 rt = rtalloc1_scoped(SA(&mltaddr), 0, 0UL, in in6_ifaupdate_aux()
|
| H A D | icmp6.c | 1248 rt = rtalloc1_scoped(SA(&sin6), 0, in icmp6_mtudisc_update() 2604 rt = rtalloc1_scoped(SA(&sin6), 0, 0, ifp->if_index); in icmp6_redirect_input()
|
| H A D | in6_src.c | 1299 ro->ro_rt = rtalloc1_scoped( in selectroute()
|
| H A D | nd6.c | 2355 rt = rtalloc1_scoped(SA(&sin6), create, 0, ifscope); in nd6_lookup() 3939 if ((hint = rt = rtalloc1_scoped(SA(dst), 1, 0, in nd6_output_list()
|
| H A D | nd6_nbr.c | 410 rt = rtalloc1_scoped(SA(&tsin6), 0, 0, ifp->if_index); in nd6_ns_input()
|
| /xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_route.c | 410 rt = rtalloc1_scoped(SA(&fr->fr_faddr), 1, 0, ifp->if_index); in flow_route_configure()
|