Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c6248 static char sctpsbuf[50]; in nssctp_state() local
6280 (void) snprintf(sctpsbuf, sizeof (sctpsbuf), in nssctp_state()
6282 cp = sctpsbuf; in nssctp_state()
6287 if (cp != sctpsbuf) { in nssctp_state()
6288 (void) strlcpy(sctpsbuf, cp, sizeof (sctpsbuf)); in nssctp_state()
6289 cp = sctpsbuf; in nssctp_state()
6292 (void) strlcat(sctpsbuf, " P", sizeof (sctpsbuf)); in nssctp_state()
6294 (void) strlcat(sctpsbuf, " S", sizeof (sctpsbuf)); in nssctp_state()