Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/routed/
Dradix.c57 static struct radix_node_head *mask_rnhead; variable
63 #define rn_masktop (mask_rnhead->rnh_treetop)
430 return (mask_rnhead->rnh_nodes); in rn_addmask()
444 return (mask_rnhead->rnh_nodes); in rn_addmask()
460 x = rn_insert(cp, mask_rnhead, &maskduplicated, x); in rn_addmask()
897 if (rn_inithead(&mask_rnhead, 0) == 0) in rn_init()