Home | Sort by: relevance | last modified time | path |
/src/sbin/routed/ | |
radix.c | 329 rn_newpair(void *v, int b, struct radix_node nodes[2]) function in typeref:struct:radix_node * 392 t = rn_newpair(v_arg, b, nodes); tt = t->rn_l; 862 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes); |
/src/sys/net/ | |
radix.c | 396 rn_newpair( function in typeref:struct:radix_node * 457 t = rn_newpair(v_arg, b, nodes); tt = t->rn_l; 1087 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes); |