Searched refs:rt_tables (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dnetsrc.c151 rt_tables[AF_INET], nrq->nrq_ifscope);
204 rt_tables[AF_INET6], nrq->nrq_ifscope);
H A Droute.c110 * trees defined by rt_tables[], as well as the tree of masks. This includes
205 struct radix_node_head *rt_tables[AF_MAX+1]; variable in typeref:struct:radix_node_head
758 rtable_init((void **)rt_tables);
863 struct radix_node_head *rnh = rt_tables[dst->sa_family];
1032 rnh = rt_tables[rt_key(rt)->sa_family];
1618 if ((rnh = rt_tables[af]) == NULL)
2231 struct radix_node_head *rnh = rt_tables[dst->sa_family];
2574 rnh = rt_tables[af];
2605 rnh = rt_tables[af];
3079 struct radix_node_head *rnh = rt_tables[rt_ke
[all...]
H A Droute.h480 extern struct radix_node_head *rt_tables[AF_MAX+1];
H A Drtsock.c551 if ((rnh = rt_tables[info.rti_info[RTAX_DST]->sa_family]) == NULL)
1934 if ((rnh = rt_tables[i]) && (af == 0 || af == i) &&
1944 if ((rnh = rt_tables[i]) && (af == 0 || af == i) &&
H A Dif_llreach.c439 if ((rnh = rt_tables[af]) == NULL)
H A Dntstat.c326 struct radix_node_head *rnh = rt_tables[dst.sa->sa_family];
438 rnh = rt_tables[i];
H A Dif.c3287 ((rnh = rt_tables[protocol]) != NULL) && (ifp != NULL)) {
3327 if ((rnh = rt_tables[p]) == NULL)
/darwin-on-arm/xnu/bsd/netinet/
H A Din_rmx.c478 struct radix_node_head *rnh = rt_tables[AF_INET];
506 if(head != (void **)&rt_tables[AF_INET]) /* BOGUS! */
589 arg.rnh = rnh = rt_tables[AF_INET];
H A Dip_output.c3208 rt_tables[AF_INET], IFSCOPE_NONE)) != NULL) {
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_rmx.c622 struct radix_node_head *rnh = rt_tables[AF_INET6];
645 if (head != (void **)&rt_tables[AF_INET6]) /* BOGUS! */
H A Dnd6_rtr.c4128 struct radix_node_head *rnh = rt_tables[AF_INET6];

Completed in 161 milliseconds