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

/darwin-on-arm/xnu/bsd/net/
H A Dradix.h79 struct radix_mask *rn_mklist; /* list of masks contained in subtree */
117 struct radix_mask { struct
121 struct radix_mask *rm_mklist; /* more masks to try */
138 R_Malloc(m, struct radix_mask *, sizeof (*(m))); }\
H A Dradix.c95 static struct radix_mask *rn_mkfreelist;
111 static struct radix_mask *
113 struct radix_mask *next);
362 struct radix_mask *m;
572 static struct radix_mask *
573 rn_new_radix_mask(struct radix_node *tt, struct radix_mask *next)
575 struct radix_mask *m;
604 struct radix_mask *m, **mp;
752 struct radix_mask *m, *saved_m, **mp;
894 struct radix_mask *m
[all...]

Completed in 21 milliseconds