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

/freebsd-current/sbin/routed/
H A Dradix.h43 struct radix_mask *rn_mklist; /* list of masks contained in subtree */
81 struct radix_mask { struct
85 struct radix_mask *rm_mklist; /* more masks to try */
101 m = (struct radix_mask *)rtmalloc(sizeof(*(m)), "MKGet"); }\
H A Dradix.c42 static struct radix_mask *rn_mkfreelist;
283 struct radix_mask *m;
485 static struct radix_mask *
487 struct radix_mask *next)
489 struct radix_mask *m;
520 struct radix_mask *m, **mp;
657 struct radix_mask *m, *saved_m, **mp;
770 struct radix_mask *mm = m->rm_mklist;
/freebsd-current/sys/net/
H A Dradix.h50 struct radix_mask *rn_mklist; /* list of masks contained in subtree */
88 struct radix_mask { struct
92 struct radix_mask *rm_mklist; /* more masks to try */
H A Dradix.c75 static struct radix_mask *
77 struct radix_mask *next);
344 struct radix_mask *m;
584 static struct radix_mask *
585 rn_new_radix_mask(struct radix_node *tt, struct radix_mask *next)
587 struct radix_mask *m;
589 R_Malloc(m, struct radix_mask *, sizeof (struct radix_mask));
616 struct radix_mask *m, **mp;
767 struct radix_mask *
[all...]

Completed in 117 milliseconds