Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c2731 struct iflist *cleanlist; in if_report() local
2932 cleanlist = oldlist; in if_report()
2934 while (cleanlist != NULL) { in if_report()
2935 tlp = cleanlist->next_if; in if_report()
2936 free(cleanlist); in if_report()
2937 cleanlist = tlp; in if_report()
3044 struct iflist *cleanlist; in if_report() local
3247 cleanlist = oldlist6; in if_report()
3249 while (cleanlist != NULL) { in if_report()
3250 tlp = cleanlist->next_if; in if_report()
[all …]