Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dradix.c88 static struct radix_node_head *mask_rnhead; variable
96 #define rn_masktop (mask_rnhead->rnh_treetop)
528 return mask_rnhead->rnh_nodes; in rn_addmask()
547 return mask_rnhead->rnh_nodes; in rn_addmask()
563 x = rn_insert(cp, mask_rnhead, &maskduplicated, x); in rn_addmask()
569 mask_rnhead->rnh_cnt++; in rn_addmask()
1269 if (rn_inithead((void **)&mask_rnhead, 0) == 0) { in rn_init()