Searched refs:rn_match (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dradix_ipf.h172 # define rn_match ipf_rn_match macro
202 *rn_match(void *, struct radix_node_head *),
H A Dradix.c106 struct radix_node *rn_match(void *, struct radix_node_head *);
214 x = rn_match(v_arg, head);
243 rn_match(void *v_arg, struct radix_node_head *head) function
1000 rnh->rnh_matchaddr = rn_match;
/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dradix.h158 *rn_match(void *, struct radix_node_head *),
H A Dradix.c176 x = rn_match(v_arg, head);
205 rn_match(void *v_arg, function
873 rnh->rnh_matchaddr = rn_match;
/netbsd-6-1-5-RELEASE/sys/net/
H A Dradix.h152 *rn_match(const void *, struct radix_node_head *),
H A Dradix.c204 x = rn_match(v_arg, head);
236 rn_match( function
1064 rnh->rnh_matchaddr = rn_match;
/netbsd-6-1-5-RELEASE/sys/netatalk/
H A Dat_rmx.c106 rn = rn_match(v_arg, head);
/netbsd-6-1-5-RELEASE/sys/dist/pf/net/
H A Dpf_table.c825 ke = (struct pfr_kentry *)rn_match(&sa, head);
2021 ke = (struct pfr_kentry *)rn_match(&pfr_sin, kt->pfrkt_ip4);
2029 ke = (struct pfr_kentry *)rn_match(&pfr_sin6, kt->pfrkt_ip6);
2058 ke = (struct pfr_kentry *)rn_match(&pfr_sin, kt->pfrkt_ip4);
2066 ke = (struct pfr_kentry *)rn_match(&pfr_sin6, kt->pfrkt_ip6);
2189 ke2 = (struct pfr_kentry *)rn_match(&pfr_sin,
2192 ke2 = (struct pfr_kentry *)rn_match(&pfr_sin6,

Completed in 124 milliseconds