Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c5143 size_t transport_count = 0; in gather_attrs() local
5150 if (transport_count > SIZE_MAX - els) { in gather_attrs()
5154 transport_count += els; in gather_attrs()
5159 if (transport_count == 0) in gather_attrs()
5162 attrs = recallocarray(NULL, 0, transport_count, sizeof (*attrs)); in gather_attrs()
5225 size_t transport_count = 0; in gather_info() local
5232 if (transport_count > SIZE_MAX - els) { in gather_info()
5236 transport_count += els; in gather_info()
5241 if (transport_count == 0) in gather_info()
5244 info = recallocarray(NULL, 0, transport_count, sizeof (*info)); in gather_info()
[all …]