Home
last modified time | relevance | path

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

/trueos/sys/netatalk/
HDat_rmx.c90 return (rn_lookup(v_arg, m_arg, head)); in at_lookup()
/trueos/sys/net/
HDradix.h175 *rn_lookup (void *v_arg, void *m_arg,
HDradix.c226 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) in rn_lookup() function
1164 rnh->rnh_lookup = rn_lookup; in rn_inithead_internal()
/trueos/sbin/routed/
HDradix.c166 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) in rn_lookup() function
874 rnh->rnh_lookup = rn_lookup; in rn_inithead()
/trueos/sys/netpfil/pf/
HDpf_table.c756 ke = (struct pfr_kentry *)rn_lookup(&sa, &mask, head); in pfr_lookup_addr()