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

/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dradix_ipf.h168 # define rn_addroute ipf_rn_addroute macro
196 *rn_addroute(void *, void *, struct radix_node_head *,
H A Dradix.c568 rn_addroute(v_arg, n_arg, head, treenodes) function
583 log(LOG_DEBUG, "rn_addroute(%p,%p,%p,%p)\n", v_arg, n_arg, head, treenodes);
998 rnh->rnh_addaddr = rn_addroute;
/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dradix.h153 *rn_addroute(void *, void *, struct radix_node_head *,
H A Dradix.c520 rn_addroute(void *v_arg, function
871 rnh->rnh_addaddr = rn_addroute;
/netbsd-6-1-5-RELEASE/sys/net/
H A Dradix.h144 *rn_addroute(const void *, const void *, struct radix_node_head *,
H A Dradix.c594 rn_addroute( function
1062 rnh->rnh_addaddr = rn_addroute;
/netbsd-6-1-5-RELEASE/sys/netatalk/
H A Dat_rmx.c91 rn = rn_addroute(v_arg, n_arg, head, treenodes);
/netbsd-6-1-5-RELEASE/sys/dist/pf/net/
H A Dpf_table.c1020 rn = rn_addroute(&ke->pfrke_sa, &mask, head, ke->pfrke_node);
1022 rn = rn_addroute(&ke->pfrke_sa, NULL, head, ke->pfrke_node);

Completed in 97 milliseconds