Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.h140 struct radix_node rnh_nodes[3]; /* empty tree for common case */ member
H A Dradix.c445 return (mask_rnhead->rnh_nodes); in rn_addmask()
459 return (mask_rnhead->rnh_nodes); in rn_addmask()
961 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes); in rn_inithead()
962 ttt = rnh->rnh_nodes + 2; in rn_inithead()
/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c577 return (mask_rnhead->rnh_nodes);
591 return (mask_rnhead->rnh_nodes);
1203 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes);
1204 ttt = rnh->rnh_nodes + 2;
/illumos-gate/usr/src/uts/common/net/
H A Dradix.h147 struct radix_node rnh_nodes[3]; /* empty tree for common case */ member
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dradix_ipf.h149 struct radix_node rnh_nodes[3]; /* empty tree for common case */ member