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

/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dradix_ipf.h175 # define rn_search_m ipf_rn_search_m macro
205 *rn_search_m(void *, struct radix_node *, void *);
H A Dradix.c162 rn_search_m(void *v_arg, struct radix_node *head, void *m_arg) function
331 x = rn_search_m(v, t, m->rm_mask);
/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dradix.h161 *rn_search_m(void *, struct radix_node *, void *);
H A Dradix.c122 rn_search_m(void *v_arg, function
309 x = rn_search_m(v, t, m->rm_mask);
/netbsd-6-1-5-RELEASE/sys/net/
H A Dradix.h155 *rn_search_m(const void *, struct radix_node *, const void *);
H A Dradix.c141 rn_search_m( function
329 x = rn_search_m(v, t, m->rm_mask);

Completed in 83 milliseconds