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

/darwin-on-arm/xnu/bsd/net/
H A Dradix.c96 static struct radix_node_head *mask_rnhead; variable in typeref:struct:radix_node_head
105 #define rn_masktop (mask_rnhead->rnh_treetop)
502 return (mask_rnhead->rnh_nodes);
516 return (mask_rnhead->rnh_nodes);
532 x = rn_insert(cp, mask_rnhead, &maskduplicated, x);
538 mask_rnhead->rnh_cnt++;
1173 if (rn_inithead((void **)&mask_rnhead, 0) == 0)

Completed in 21 milliseconds