Searched refs:m_arg (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dradix.h206 *rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head),
207 *rn_lookup_args(void *v_arg, void *m_arg, struct radix_node_head *head,
H A Dradix.c111 static int rn_lexobetter(void *m_arg, void *n_arg);
170 rn_search_m(void *v_arg, struct radix_node *head, void *m_arg) argument
173 caddr_t v = v_arg, m = m_arg;
186 rn_refines(void *m_arg, void *n_arg) argument
188 caddr_t m = m_arg, n = n_arg;
212 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) argument
214 return (rn_lookup_args(v_arg, m_arg, head, NULL, NULL));
218 rn_lookup_args(void *v_arg, void *m_arg, struct radix_node_head *head, argument
224 if (m_arg) {
225 x = rn_addmask(m_arg,
560 rn_lexobetter(void *m_arg, void *n_arg) argument
[all...]

Completed in 16 milliseconds