Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c4682 int transport_count = 0; in gather_attrs() local
4688 transport_count += iptr->length / esize; in gather_attrs()
4690 if (transport_count <= 0) in gather_attrs()
4692 attrs = calloc(transport_count, sizeof (*attrs)); in gather_attrs()