Searched refs:rt_lookup (Results 1 – 11 of 11) sorted by relevance
| /xnu-8020.140.41/bsd/net/ |
| H A D | netsrc.c | 243 struct rtentry *rt = rt_lookup(TRUE, &request->nrq_dst.sa, in netsrc_ipv4()
|
| H A D | route.h | 609 extern struct rtentry *rt_lookup(boolean_t, struct sockaddr *,
|
| H A D | if_llreach.c | 427 rt = rt_lookup(TRUE, SA(&dst_ss), SA(&mask_ss), rnh, ifp->if_index); in ifnet_llreach_get_defrouter()
|
| H A D | route.c | 995 rt = rt_lookup(FALSE, dst, NULL, rnh, ifscope); in rtalloc1_common_locked() 3335 rt_lookup(boolean_t lookup_only, struct sockaddr *dst, struct sockaddr *netmask, in rt_lookup() function
|
| H A D | rtsock.c | 567 rt = rt_lookup(TRUE, info.rti_info[RTAX_DST], in route_output()
|
| H A D | ntstat.c | 671 struct rtentry *rt = rt_lookup(TRUE, dst.sa, mask.sa, rnh, param->ifindex); in nstat_route_lookup()
|
| /xnu-8020.140.41/bsd/netinet/ |
| H A D | tcp_timer.c | 2516 rt = rt_lookup(TRUE, (struct sockaddr *)&dst, NULL, in tcp_report_stats() 2536 rt = rt_lookup(TRUE, (struct sockaddr *)&dst6, NULL, in tcp_report_stats()
|
| H A D | ip_output.c | 3145 if ((rt = rt_lookup(TRUE, SA(&sin), NULL, in in_selectsrcif()
|
| /xnu-8020.140.41/bsd/netinet6/ |
| H A D | in6_src.c | 898 temp_rt = rt_lookup(TRUE, (struct sockaddr *)dstsock, in selectroute()
|
| H A D | nd6_rtr.c | 3708 …temp_route = rt_lookup(TRUE, (struct sockaddr *)&prefix, (struct sockaddr *)&mask6, rt_tables[AF_I… in nd6_prefix_onlink_common()
|
| H A D | nd6.c | 4722 route = rt_lookup(TRUE, in nd6_lookup_ipv6()
|