rn_nextprefix
struct radix_node *rn_nextprefix(struct radix_node *rn);
while ((rn = rn_nextprefix(rn)) != NULL) {