Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c3130 struct iflist *cleanlist; in if_report() local
3329 cleanlist = oldlist; in if_report()
3331 while (cleanlist != NULL) { in if_report()
3332 tlp = cleanlist->next_if; in if_report()
3333 free(cleanlist); in if_report()
3334 cleanlist = tlp; in if_report()
3441 struct iflist *cleanlist; in if_report() local
3642 cleanlist = oldlist6; in if_report()
3644 while (cleanlist != NULL) { in if_report()
3645 tlp = cleanlist->next_if; in if_report()
[all …]