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

/darwin-on-arm/xnu/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.c110 static int rn_lexobetter(void *m_arg, void *n_arg);
169 rn_search_m(void *v_arg, struct radix_node *head, void *m_arg) argument
172 caddr_t v = v_arg, m = m_arg;
185 rn_refines(void *m_arg, void *n_arg) argument
187 caddr_t m = m_arg, n = n_arg;
211 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) argument
213 return (rn_lookup_args(v_arg, m_arg, head, NULL, NULL));
217 rn_lookup_args(void *v_arg, void *m_arg, struct radix_node_head *head, argument
223 if (m_arg) {
224 x = rn_addmask(m_arg,
559 rn_lexobetter(void *m_arg, void *n_arg) argument
[all...]

Completed in 71 milliseconds