Searched refs:rn_matchf_t (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.121.3/bsd/net/ |
| H A D | radix.h | 153 typedef int rn_matchf_t(struct radix_node *, void *); typedef 178 rn_matchf_t *f, void *w); 184 rn_matchf_t *f, void *); 217 rn_matchf_t *, void *); 219 struct radix_node *rn_match_args(void *, struct radix_node_head *, rn_matchf_t *, void *);
|
| H A D | radix.c | 106 rn_matchf_t *f, void *w); 219 rn_matchf_t *f, void *w) in rn_lookup_args() 249 rn_matchf_t *f, void *w) in rn_satisfies_leaf() 278 rn_matchf_t *f, void *w) in rn_match_args()
|
| H A D | route.c | 2988 rn_matchf_t *f = rn_match_ifscope; in node_lookup()
|
| /xnu-8020.121.3/bsd/netinet6/ |
| H A D | in6_rmx.c | 142 rn_matchf_t *, void *); 422 rn_matchf_t *f, void *w) in in6_matroute_args()
|
| /xnu-8020.121.3/bsd/netinet/ |
| H A D | in_rmx.c | 103 rn_matchf_t *f, void *); 336 rn_matchf_t *f, void *w) in in_matroute_args()
|