Home
last modified time | relevance | path

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

/mirbsd/src/sbin/routed/
Dradix.c429 return (mask_rnhead->rnh_nodes);
443 return (mask_rnhead->rnh_nodes);
935 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes);
936 ttt = rnh->rnh_nodes + 2;
/mirbsd/src/sys/net/
Dradix.c433 return (mask_rnhead->rnh_nodes);
447 return (mask_rnhead->rnh_nodes);
981 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes);
982 ttt = rnh->rnh_nodes + 2;
Dradix.h134 struct radix_node rnh_nodes[3];/* empty tree for common case */ member