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

/xnu-2422.115.4/bsd/net/
H A Dradix.c101 #define rn_masktop (mask_rnhead->rnh_treetop)
220 x = rn_addmask(m_arg, 1, head->rnh_treetop->rn_offset);
271 struct radix_node *t = head->rnh_treetop, *x;
420 struct radix_node *top = head->rnh_treetop;
596 struct radix_node *saved_tt, *top = head->rnh_treetop;
755 x = head->rnh_treetop;
965 for (rn = h->rnh_treetop; rn->rn_bit >= 0; ) {
1078 rn = h->rnh_treetop;
1140 rnh->rnh_treetop = t;
H A Dradix.h146 struct radix_node *rnh_treetop; member in struct:radix_node_head
H A Droute.c2294 for (i = rnh->rnh_treetop->rn_offset; i < mlen; i++) {
2302 for (i = rnh->rnh_treetop->rn_offset; i < len; i++) {
/xnu-2422.115.4/tools/lldbmacros/
H A Dnet.py699 rn = Cast(rt_tables.rnh_treetop, 'radix_node *')

Completed in 186 milliseconds