Searched refs:m_arg (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | radix.c | 77 static int rn_lexobetter(void *m_arg, void *n_arg); 164 rn_search_m(void *v_arg, struct radix_node *head, void *m_arg) in rn_search_m() argument 167 caddr_t v = v_arg, m = m_arg; in rn_search_m() 180 rn_refines(void *m_arg, void *n_arg) in rn_refines() argument 182 caddr_t m = m_arg, n = n_arg; in rn_refines() 212 rn_lookup(void *v_arg, void *m_arg, struct radix_head *head) in rn_lookup() argument 217 if (m_arg != NULL) { in rn_lookup() 221 x = rn_addmask(m_arg, head->rnh_masks, 1, in rn_lookup() 559 rn_lexobetter(void *m_arg, void *n_arg) in rn_lexobetter() argument 561 u_char *mp = m_arg, *np = n_arg, *lim; in rn_lexobetter()
|
| H A D | radix.h | 182 struct radix_node *rn_lookup (void *v_arg, void *m_arg,
|
| /f-stack/tools/compat/include/net/ |
| H A D | radix.h | 182 struct radix_node *rn_lookup (void *v_arg, void *m_arg,
|