Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dradix.c89 static struct radix_node_head *mask_rnhead; variable
97 #define rn_masktop (mask_rnhead->rnh_treetop)
571 return mask_rnhead->rnh_nodes; in rn_addmask()
590 return mask_rnhead->rnh_nodes; in rn_addmask()
606 x = rn_insert(cp, mask_rnhead, &maskduplicated, x); in rn_addmask()
612 mask_rnhead->rnh_cnt++; in rn_addmask()
1317 if (rn_inithead((void **)&mask_rnhead, 0) == 0) { in rn_init()