Home
last modified time | relevance | path

Searched refs:rnh_treetop (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.121.3/bsd/net/
H A Dradix.c96 #define rn_masktop (mask_rnhead->rnh_treetop)
225 x = rn_addmask(m_arg, 1, head->rnh_treetop->rn_offset); in rn_lookup_args()
281 struct radix_node *t = head->rnh_treetop, *x; in rn_match_args()
441 struct radix_node *top = head->rnh_treetop; in rn_insert()
636 struct radix_node *saved_tt, *top = head->rnh_treetop; in rn_addroute()
811 x = head->rnh_treetop; in rn_delete()
1050 for (rn = h->rnh_treetop; rn->rn_bit >= 0;) { in rn_walktree_from()
1171 rn = h->rnh_treetop; in rn_walktree()
1241 rnh->rnh_treetop = t; in rn_inithead()
H A Dradix.h160 struct radix_node *rnh_treetop; member
H A Droute.c2579 for (i = rnh->rnh_treetop->rn_offset; i < mlen; i++) { in rt_fixchange()
2587 for (i = rnh->rnh_treetop->rn_offset; i < len; i++) { in rt_fixchange()
/xnu-8020.121.3/tools/lldbmacros/
H A Dnet.py817 rn = Cast(rt_tables.rnh_treetop, 'radix_node *')