Lines Matching defs:rnh
855 struct radix_node_head *rnh;
859 rnh = (struct radix_node_head *)rtmalloc(sizeof(*rnh), "rn_inithead");
860 Bzero(rnh, sizeof (*rnh));
861 *head = rnh;
862 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes);
863 ttt = rnh->rnh_nodes + 2;
871 rnh->rnh_addaddr = rn_addroute;
872 rnh->rnh_deladdr = rn_delete;
873 rnh->rnh_matchaddr = rn_match;
874 rnh->rnh_lookup = rn_lookup;
875 rnh->rnh_walktree = rn_walktree;
876 rnh->rnh_treetop = t;