Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dradix.h53 struct radix_mask *rn_mklist; /* list of masks contained in subtree */
91 struct radix_mask { struct
95 struct radix_mask *rm_mklist; /* more masks to try */ argument
H A Dradix.c78 static struct radix_mask *
80 struct radix_mask *next);
347 struct radix_mask *m; in rn_match()
572 static struct radix_mask *
573 rn_new_radix_mask(struct radix_node *tt, struct radix_mask *next) in rn_new_radix_mask()
575 struct radix_mask *m; in rn_new_radix_mask()
577 R_Malloc(m, struct radix_mask *, sizeof (struct radix_mask)); in rn_new_radix_mask()
604 struct radix_mask *m, **mp; in rn_addroute()
755 struct radix_mask *m, *saved_m, **mp; in rn_delete()
897 struct radix_mask *mm = m->rm_mklist; in rn_delete()
/f-stack/tools/compat/include/net/
H A Dradix.h53 struct radix_mask *rn_mklist; /* list of masks contained in subtree */
91 struct radix_mask { struct
95 struct radix_mask *rm_mklist; /* more masks to try */ argument