Searched refs:m_arg (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/bsd/net/ |
| H A D | radix.c | 129 static int rn_lexobetter(void *m_arg, void *n_arg); 258 rn_search_m(void *v_arg, struct radix_node *head, void *m_arg) in rn_search_m() argument 264 caddr_t m = rnarg_unpack(m_arg, &mlen); in rn_search_m() 278 rn_refines(void *m_arg, void *n_arg) in rn_refines() argument 281 caddr_t m = rnarg_unpack(m_arg, &mlen); in rn_refines() 316 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) in rn_lookup() argument 318 return rn_lookup_args(v_arg, m_arg, head, NULL, NULL); in rn_lookup() 322 rn_lookup_args(void *v_arg, void *m_arg, struct radix_node_head *head, in rn_lookup_args() argument 328 if (m_arg) { in rn_lookup_args() 329 x = rn_addmask(m_arg, 1, head->rnh_treetop->rn_offset); in rn_lookup_args() [all …]
|
| H A D | radix.h | 447 struct radix_node *rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head); 448 struct radix_node *rn_lookup_args(void *v_arg, void *m_arg, struct radix_node_head *head,
|