Searched defs:sctpsbuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c5150 static char sctpsbuf[50]; local
5182 (void) snprintf(sctpsbuf, sizeof (sctpsbuf),
5184 cp = sctpsbuf;
5189 if (cp != sctpsbuf) {
5190 (void) strlcpy(sctpsbuf, cp, sizeof (sctpsbuf));
5191 cp = sctpsbuf;
5194 (void) strlcat(sctpsbuf, " P", sizeof (sctpsbuf));
[all...]

Completed in 79 milliseconds