Home
last modified time | relevance | path

Searched refs:rt_tables (Results 1 – 17 of 17) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Din_rmx.c584 rnh = rt_tables[AF_INET]; in in_rtqtimo()
674 rnh = rt_tables[AF_INET]; in in_rtqdrain()
692 VERIFY(head != (void **)&rt_tables[AF_INET] || *head == NULL); in in_inithead()
704 if (head != (void **)&rt_tables[AF_INET]) { in in_inithead()
808 arg.rnh = rnh = rt_tables[AF_INET]; in in_ifadown()
H A Din_arp.c1272 rnh = rt_tables[AF_INET]; in arp_send_probe_notification()
2136 rnh = rt_tables[AF_INET]; in arp_ip_handle_input()
H A Dtcp_timer.c2517 rt_tables[AF_INET], IFSCOPE_NONE); in tcp_report_stats()
2537 rt_tables[AF_INET6], IFSCOPE_NONE); in tcp_report_stats()
H A Dip_output.c3146 rt_tables[AF_INET], IFSCOPE_NONE)) != NULL) { in in_selectsrcif()
/xnu-8020.101.4/bsd/netinet6/
H A Din6_rmx.c673 rnh = rt_tables[AF_INET6]; in in6_rtqtimo()
763 rnh = rt_tables[AF_INET6]; in in6_rtqdrain()
781 VERIFY(head != (void **)&rt_tables[AF_INET6] || *head == NULL); in in6_inithead()
793 if (head != (void **)&rt_tables[AF_INET6]) { in in6_inithead()
H A Dnd6_nbr.c1123 rnh = rt_tables[AF_INET6]; in nd6_na_input()
1256 rnh = rt_tables[AF_INET6]; in nd6_na_input()
H A Dnd6.c781 struct radix_node_head *rnh = rt_tables[AF_INET6]; in nd6_service_neighbor_cache()
3958 rnh = rt_tables[AF_INET6]; in nd6_cache_lladdr()
4724 rt_tables[AF_INET6], ifp->if_index); in nd6_lookup_ipv6()
H A Din6_src.c899 NULL, rt_tables[AF_INET6], ifscope); in selectroute()
H A Dnd6_rtr.c3708 …temp_route = rt_lookup(TRUE, (struct sockaddr *)&prefix, (struct sockaddr *)&mask6, rt_tables[AF_I… in nd6_prefix_onlink_common()
4353 struct radix_node_head *rnh = rt_tables[AF_INET6]; in rt6_flush()
/xnu-8020.101.4/tools/lldbmacros/
H A Dnet.py815 def GetRtTableAsString(rt_tables): argument
817 rn = Cast(rt_tables.rnh_treetop, 'radix_node *')
818 rnh_cnt = rt_tables.rnh_cnt
850 rt_tables = kern.globals.rt_tables[2]
855 print(GetRtTableAsString(rt_tables))
860 print(GetRtTableAsString(rt_tables))
863 rt_tables = kern.globals.rt_tables[30]
868 print(GetRtTableAsString(rt_tables))
873 print(GetRtTableAsString(rt_tables))
/xnu-8020.101.4/bsd/net/
H A Droute.c225 struct radix_node_head *rt_tables[AF_MAX + 1]; variable
447 rtable_init((void **)rt_tables); in route_init()
973 struct radix_node_head *rnh = rt_tables[dst->sa_family]; in rtalloc1_common_locked()
1210 rnh = rt_tables[rt_key(rt)->sa_family]; in rtfree_common()
1884 if ((rnh = rt_tables[af]) == NULL) { in rtrequest_common_locked()
2637 rnh = rt_tables[dst->sa_family]; in rt_setgate()
2995 rnh = rt_tables[af]; in node_lookup()
3029 rnh = rt_tables[af]; in node_lookup_default()
3440 if ((rnh = rt_tables[dst->sa_family]) == NULL) { in rtinit_locked()
3750 struct radix_node_head *rnh = rt_tables[rt_key(rt)->sa_family]; in rt_set_proxy()
H A Dnetsrc.c244 NULL, rt_tables[AF_INET], in netsrc_ipv4()
H A Droute.h583 extern struct radix_node_head *rt_tables[AF_MAX + 1];
H A Dif_llreach.c416 if ((rnh = rt_tables[af]) == NULL) { in ifnet_llreach_get_defrouter()
H A Drtsock.c559 rnh = rt_tables[info.rti_info[RTAX_DST]->sa_family]; in route_output()
2178 if ((rnh = rt_tables[i]) && (af == 0 || af == i) &&
2190 if ((rnh = rt_tables[i]) && (af == 0 || af == i) &&
H A Dif.c5318 ((rnh = rt_tables[protocol]) != NULL) && (ifp != NULL)) { in if_rtproto_del()
5365 if ((rnh = rt_tables[p]) == NULL) { in if_rtmtu_update()
H A Dntstat.c665 struct radix_node_head *rnh = rt_tables[dst.sa->sa_family]; in nstat_route_lookup()
790 rnh = rt_tables[i]; in nstat_route_add_watcher()