Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfs.c460 ipstate_save_t ips, *is, *ipshead = NULL, *is1, *ipstail = NULL; local
510 for (is1 = ipshead; is1 != NULL; is1 = is1->ips_next)
522 if (!ipshead)
523 ipshead = is;
535 for (is = ipshead; is; is = is->ips_next) {