Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dradix.h447 struct radix_node *rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head);
H A Dradix.c316 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) in rn_lookup() function
1412 rnh->rnh_lookup = rn_lookup; in rn_inithead()
H A Dpf_table.c896 ke = (struct pfr_kentry *)rn_lookup(&sa, &mask, head); in pfr_lookup_addr()