Searched refs:rn_new_radix_mask (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dradix_ipf.h182 # define rn_new_radix_mask ipf_rn_new_radix_mask macro
H A Dradix.c102 static struct radix_mask *rn_new_radix_mask(struct radix_node *,
544 rn_new_radix_mask(struct radix_node *tt, struct radix_mask *next) function
679 *mp = m = rn_new_radix_mask(x, 0);
733 *mp = rn_new_radix_mask(tt, *mp);
/netbsd-6-1-5-RELEASE/sys/net/
H A Dradix.c73 static struct radix_mask *rn_new_radix_mask(struct radix_node *,
570 rn_new_radix_mask( function
695 *mp = m = rn_new_radix_mask(x, NULL);
747 *mp = rn_new_radix_mask(tt, *mp);
/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dradix.c497 rn_new_radix_mask(struct radix_node *tt, function
609 if ((*mp = m = rn_new_radix_mask(x, 0)))
658 *mp = rn_new_radix_mask(tt, *mp);

Completed in 98 milliseconds