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

/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipfs.c436 ipstate_save_t ips, *is, *ipshead = NULL, *is1, *ipstail = NULL; local
484 for (is1 = ipshead; is1 != NULL; is1 = is1->ips_next)
496 if (!ipshead)
497 ipshead = is;
509 while ((is = ipshead) != NULL) {
532 ipshead = is->ips_next;
539 while ((is = ipshead) != NULL) {
540 ipshead = is->ips_next;

Completed in 172 milliseconds