Home
last modified time | relevance | path

Searched refs:rn_match_args (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dradix.h219 *rn_match_args(void *, struct radix_node_head *, rn_matchf_t *, void *);
H A Dradix.c233 x = rn_match_args(v_arg, head, f, w); in rn_lookup_args()
275 return rn_match_args(v_arg, head, NULL, NULL); in rn_match()
279 rn_match_args(void *v_arg, struct radix_node_head *head, in rn_match_args() function
1247 rnh->rnh_matchaddr_args = rn_match_args; in rn_inithead()
/xnu-8019.80.24/bsd/netinet6/
H A Din6_rmx.c420 struct radix_node *rn = rn_match_args(v_arg, head, f, w); in in6_matroute_args()
/xnu-8019.80.24/bsd/netinet/
H A Din_rmx.c338 struct radix_node *rn = rn_match_args(v_arg, head, f, w); in in_matroute_args()