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

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dradix.h135 struct radix_node rnh_nodes[3]; /* empty tree for common case */ member in struct:radix_node_head
H A Dradix.c427 return (mask_rnhead->rnh_nodes);
441 return (mask_rnhead->rnh_nodes);
862 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes);
863 ttt = rnh->rnh_nodes + 2;
/netbsd-6-1-5-RELEASE/sys/net/
H A Dradix.h124 struct radix_node rnh_nodes[3]; /* empty tree for common case */ member in struct:radix_node_head
H A Dradix.c496 return mask_rnhead->rnh_nodes;
510 return mask_rnhead->rnh_nodes;
1053 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes);
1054 ttt = rnh->rnh_nodes + 2;
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dradix_ipf.h137 struct radix_node rnh_nodes[3]; /* empty tree for common case */ member in struct:radix_node_head
H A Dradix.c471 return (mask_rnhead->rnh_nodes);
485 return (mask_rnhead->rnh_nodes);
989 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes);
990 ttt = rnh->rnh_nodes + 2;

Completed in 80 milliseconds