Searched refs:m_arg (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | radix.c | 101 static int rn_lexobetter(void *m_arg, void *n_arg); 161 rn_search_m(void *v_arg, struct radix_node *head, void *m_arg) in rn_search_m() argument 164 caddr_t v = v_arg, m = m_arg; in rn_search_m() 178 rn_refines(void *m_arg, void *n_arg) in rn_refines() argument 180 caddr_t m = m_arg, n = n_arg; in rn_refines() 212 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) in rn_lookup() argument 214 return rn_lookup_args(v_arg, m_arg, head, NULL, NULL); in rn_lookup() 218 rn_lookup_args(void *v_arg, void *m_arg, struct radix_node_head *head, in rn_lookup_args() argument 224 if (m_arg) { in rn_lookup_args() 225 x = rn_addmask(m_arg, 1, head->rnh_treetop->rn_offset); in rn_lookup_args() [all …]
|
| H A D | radix.h | 215 struct radix_node *rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head); 216 struct radix_node *rn_lookup_args(void *v_arg, void *m_arg, struct radix_node_head *head,
|