Home
last modified time | relevance | path

Searched refs:rn_newpair (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net/
H A Dradix.c57 *rn_newpair(void *, int, struct radix_node[2]),
404 rn_newpair(void *v, int b, struct radix_node nodes[2]) in rn_newpair() function
476 t = rn_newpair(v_arg, b, nodes); in rn_insert()
1108 t = rn_newpair(rn_zeros, off, base_nodes); in rn_inithead_internal()
/freebsd/sbin/routed/
H A Dradix.c318 rn_newpair(void *v, int b, struct radix_node nodes[2]) in rn_newpair() function
381 t = rn_newpair(v_arg, b, nodes); tt = t->rn_l; in rn_insert()
851 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes); in rn_inithead()