Home | Sort by: relevance | last modified time | path |
/src/sbin/routed/ | |
radix.c | 497 rn_new_radix_mask(struct radix_node *tt, function in typeref:struct:radix_mask * 609 if ((*mp = m = rn_new_radix_mask(x, 0))) 658 *mp = rn_new_radix_mask(tt, *mp); |
/src/sys/net/ | |
radix.c | 75 static struct radix_mask *rn_new_radix_mask(struct radix_node *, 572 rn_new_radix_mask( function in typeref:struct:radix_mask * 697 *mp = m = rn_new_radix_mask(x, NULL); 749 *mp = rn_new_radix_mask(tt, *mp); |