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

/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dradix_ipf.h174 # define rn_search ipf_rn_search macro
204 *rn_search(void *, struct radix_node *),
H A Dradix.c147 rn_search(void *v_arg, struct radix_node *head) function
254 * Open code rn_search(v, top) to avoid overhead of extra
386 struct radix_node *t = rn_search(v_arg, top);
490 x = rn_search(addmask_key, rn_masktop);
749 tt = rn_search(v, x);
/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dradix.h160 *rn_search(void *, struct radix_node *),
H A Dradix.c106 rn_search(void *v_arg, function
217 * Open code rn_search(v, top) to avoid overhead of extra
352 struct radix_node *t = rn_search(v_arg, top);
446 x = rn_search(addmask_key, rn_masktop);
676 tt = rn_search(v, x);
/netbsd-6-1-5-RELEASE/sys/net/
H A Dradix.h154 *rn_search(const void *, struct radix_node *),
H A Dradix.c124 rn_search( function
254 * Open code rn_search(v, top) to avoid overhead of extra
416 struct radix_node *t = rn_search(v_arg, top);
515 x = rn_search(addmask_key, rn_masktop);
767 tt = rn_search(v, x);

Completed in 168 milliseconds