Searched refs:al_next (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/ipfilter/lib/
H A Dalist_free.c17 next = a->al_next;
H A Dload_file.c84 rbot->al_next = a;
H A Dload_http.c183 rbot->al_next = a;
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/sgs/include/
H A Dalist.h107 * - al_nitems and al_next are redundant, in that they are
109 * al_next = al_nitems * al_size
123 Aliste al_next; /* offset of next available al_data[] */ member in struct:__anon24
200 (((LIST) != NULL) && ((OFF) < (LIST)->al_next)); \
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dippool_y.y691 for (a = hlist; a != NULL; a = a->al_next) {
737 for (a = hlist; a != NULL; a = a->al_next) {
H A Dipf_y.y2279 al->al_next = ptr;
2299 for (n = top, a = list; (n != NULL) && (a != NULL); a = a->al_next) {
2323 if (a->al_next != NULL) {
2356 for (n = top, a = list; (n != NULL) && (a != NULL); a = a->al_next) {
2367 if (a->al_next != NULL) {
/freebsd-10.2-release/contrib/ipfilter/
H A Dipf.h137 struct alist_s *al_next; member in struct:alist_s

Completed in 903 milliseconds