Searched refs:m_arg (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.121.6/bsd/net/ |
| H A D | radix.c | 102 static int rn_lexobetter(void *m_arg, void *n_arg); 185 rn_search_m(void *v_arg, struct radix_node *head, void *m_arg) in rn_search_m() argument 191 caddr_t m = rnarg_unpack(m_arg, &mlen); in rn_search_m() 205 rn_refines(void *m_arg, void *n_arg) in rn_refines() argument 208 caddr_t m = rnarg_unpack(m_arg, &mlen); in rn_refines() 243 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) in rn_lookup() argument 245 return rn_lookup_args(v_arg, m_arg, head, NULL, NULL); in rn_lookup() 249 rn_lookup_args(void *v_arg, void *m_arg, struct radix_node_head *head, in rn_lookup_args() argument 255 if (m_arg) { in rn_lookup_args() 256 x = rn_addmask(m_arg, 1, head->rnh_treetop->rn_offset); in rn_lookup_args() [all …]
|
| H A D | radix.h | 420 struct radix_node *rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head); 421 struct radix_node *rn_lookup_args(void *v_arg, void *m_arg, struct radix_node_head *head,
|