Home
last modified time | relevance | path

Searched refs:al_next (Results 1 – 6 of 6) sorted by relevance

/freebsd/sbin/ipf/libipf/
H A Dalist_free.c16 next = a->al_next; in alist_free()
H A Dload_file.c84 rbot->al_next = a; in load_file()
H A Dload_http.c182 rbot->al_next = a; in load_http()
/freebsd/sbin/ipf/ippool/
H A Dippool_y.y696 for (a = hlist; a != NULL; a = a->al_next) { in add_htablehosts()
741 for (a = hlist; a != NULL; a = a->al_next) { in add_poolhosts()
/freebsd/sbin/ipf/common/
H A Dipf.h116 struct alist_s *al_next; member
H A Dipf_y.y2278 al->al_next = ptr; in newalist()
2297 for (n = top, a = list; (n != NULL) && (a != NULL); a = a->al_next) { in makepool()
2321 if (a->al_next != NULL) { in makepool()
2354 for (n = top, a = list; (n != NULL) && (a != NULL); a = a->al_next) { in makehash()
2365 if (a->al_next != NULL) { in makehash()