Home
last modified time | relevance | path

Searched refs:rn_lookup (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dradix.h215 *rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head),
H A Dradix.c214 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) in rn_lookup() function
1248 rnh->rnh_lookup = rn_lookup; in rn_inithead()
H A Dpf_table.c892 ke = (struct pfr_kentry *)rn_lookup(&sa, &mask, head); in pfr_lookup_addr()