| /xnu-10063.101.15/bsd/net/ |
| H A D | route_private.h | 412 extern struct rtentry *rtalloc1_scoped(struct sockaddr *, int, uint32_t,
|
| H A D | route.c | 1125 rtalloc1_scoped(struct sockaddr *dst, int report, uint32_t ignflags, in rtalloc1_scoped() function 4134 hint = rt = rtalloc1_scoped( in route_to_gwroute()
|
| H A D | necp.c | 7851 rt = rtalloc1_scoped((struct sockaddr *)&remote_addr, 0, 0, in necp_application_find_policy_match_internal() 7877 rt = rtalloc1_scoped((struct sockaddr *)&remote_addr, 0, 0, in necp_application_find_policy_match_internal() 8083 v4Route = rtalloc1_scoped((struct sockaddr *)&default_address, 0, 0, in necp_application_find_policy_match_internal() 8089 v6Route = rtalloc1_scoped((struct sockaddr *)&default_address, 0, 0, in necp_application_find_policy_match_internal() 8312 rt = rtalloc1_scoped((struct sockaddr *)remote_addr, 0, 0, 0); in necp_is_route_local()
|
| H A D | dlil.c | 7026 rt = rtalloc1_scoped(SA(&dest6), in dlil_output() 10728 src_rt.ro_rt = rtalloc1_scoped(SA(dst), in ifnet_cached_rtlookup_inet() 10763 src_rt.ro_rt = rtalloc1_scoped( in ifnet_cached_rtlookup_inet6()
|
| H A D | necp_client.c | 9401 struct rtentry *rt = rtalloc1_scoped((struct sockaddr *)&address, 0, 0, interface_index); in necp_client_get_interface_address()
|
| /xnu-10063.101.15/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 | 1166 rt = rtalloc1_scoped(SA(&sin), create, 0, ifscope); in arp_lookup_route() 2229 route = rtalloc1_scoped(__DECONST_SA(target_ip), 0, 0, ifp->if_index); in arp_ip_handle_input()
|
| H A D | tcp_subr.c | 2372 rt = rtalloc1_scoped(SA(&icmpsrc), 0, RTF_CLONING | RTF_PRCLONING, ifscope); in tcp_handle_msgsize()
|
| /xnu-10063.101.15/bsd/netinet6/ |
| H A D | in6.c | 2190 rt = rtalloc1_scoped(SA(&mltaddr), 0, 0UL, in in6_ifaupdate_aux() 2268 rt = rtalloc1_scoped(SA(&mltaddr), 0, 0UL, in in6_ifaupdate_aux() 2317 rt = rtalloc1_scoped(SA(&mltaddr), 0, 0UL, in in6_ifaupdate_aux()
|
| H A D | icmp6.c | 1243 rt = rtalloc1_scoped((struct sockaddr *)&sin6, 0, in icmp6_mtudisc_update() 2601 rt = rtalloc1_scoped((struct sockaddr *)&sin6, 0, 0, ifp->if_index); in icmp6_redirect_input()
|
| H A D | in6_src.c | 1291 ro->ro_rt = rtalloc1_scoped( in selectroute()
|
| H A D | nd6.c | 2336 rt = rtalloc1_scoped(SA(&sin6), create, 0, ifscope); in nd6_lookup() 4139 if ((hint = rt = rtalloc1_scoped(SA(dst), 1, 0, in nd6_output_list()
|
| H A D | nd6_nbr.c | 403 rt = rtalloc1_scoped(SA(&tsin6), 0, 0, ifp->if_index); in nd6_ns_input()
|
| /xnu-10063.101.15/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_route.c | 409 rt = rtalloc1_scoped(SA(&fr->fr_faddr), 1, 0, ifp->if_index); in flow_route_configure()
|