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

/darwin-on-arm/xnu/bsd/net/
H A Dradix.c105 #define rn_masktop (mask_rnhead->rnh_treetop)
224 x = rn_addmask(m_arg, 1, head->rnh_treetop->rn_offset);
275 struct radix_node *t = head->rnh_treetop, *x;
424 struct radix_node *top = head->rnh_treetop;
600 struct radix_node *saved_tt, *top = head->rnh_treetop;
759 x = head->rnh_treetop;
968 for (rn = h->rnh_treetop; rn->rn_bit >= 0; ) {
1081 rn = h->rnh_treetop;
1143 rnh->rnh_treetop = t;
H A Dradix.h146 struct radix_node *rnh_treetop; member in struct:radix_node_head
H A Droute.c2180 for (i = rnh->rnh_treetop->rn_offset; i < mlen; i++) {
2188 for (i = rnh->rnh_treetop->rn_offset; i < len; i++) {

Completed in 39 milliseconds