Searched refs:rn_newpair (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dradix_ipf.h173 # define rn_newpair ipf_rn_newpair macro
203 *rn_newpair(void *, int, struct radix_node[2]),
H A Dradix.c352 rn_newpair(v, b, nodes) function
428 t = rn_newpair(v_arg, b, nodes);
989 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes);
/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dradix.h159 *rn_newpair(void *, int, struct radix_node[2]),
H A Dradix.c329 rn_newpair(void *v, int b, struct radix_node nodes[2]) function
392 t = rn_newpair(v_arg, b, nodes); tt = t->rn_l;
862 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes);
/netbsd-6-1-5-RELEASE/sys/net/
H A Dradix.h153 *rn_newpair(const void *, int, struct radix_node[2]),
H A Dradix.c394 rn_newpair( function
455 t = rn_newpair(v_arg, b, nodes); tt = t->rn_l;
1053 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes);

Completed in 101 milliseconds