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

/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c104 static struct radix_node_head *mask_rnhead; variable in typeref:struct:radix_node_head
114 #define rn_masktop (mask_rnhead->rnh_treetop)
577 return (mask_rnhead->rnh_nodes);
591 return (mask_rnhead->rnh_nodes);
607 x = rn_insert(cp, mask_rnhead, &maskduplicated, x);
1244 if (rn_inithead((void **)(void *)&mask_rnhead, 0) == 0)
1245 panic("rn_init: could not init mask_rnhead ");
1299 if (mask_rnhead != NULL) {
1300 rn_freehead(mask_rnhead);
1301 mask_rnhead
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c51 static struct radix_node_head *mask_rnhead; variable in typeref:struct:radix_node_head
54 #define rn_masktop (mask_rnhead->rnh_treetop)
447 return (mask_rnhead->rnh_nodes);
461 return (mask_rnhead->rnh_nodes);
476 x = rn_insert(cp, mask_rnhead, &maskduplicated, x);
996 if (rn_inithead((void **)&mask_rnhead, 0) == 0) {

Completed in 47 milliseconds