Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/network/stack/
H A Dradix.c69 static int rn_lexobetter(void *m_arg, void *n_arg);
133 rn_lexobetter(void *m_arg, void *n_arg) in rn_lexobetter() argument
135 register uint8 *mp = m_arg, *np = n_arg, *lim; in rn_lexobetter()
200 rn_search_m(void *v_arg, struct radix_node *head, void *m_arg) in rn_search_m() argument
203 register caddr_t v = v_arg, m = m_arg; in rn_search_m()
487 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) in rn_lookup() argument
492 if (m_arg) { in rn_lookup()
493 x = rn_addmask(m_arg, 1, head->rnh_treetop->rn_offset); in rn_lookup()
1014 rn_refines(void *m_arg, void *n_arg) in rn_refines() argument
1016 register caddr_t m = m_arg, n = n_arg; in rn_refines()
H A Dradix.h139 struct radix_node *rn_lookup (void *v_arg, void *m_arg,