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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c2729 struct iflist **nextnew = &newlist; local
2856 *nextnew = tlp;
2857 nextnew = &tlp->next_if;
2912 *nextnew = NULL;
3042 struct iflist **nextnew = &newlist6; local
3171 *nextnew = tlp;
3172 nextnew = &tlp->next_if;
3227 *nextnew = NULL;

Completed in 66 milliseconds