Searched refs:sctpsbuf (Results 1 – 1 of 1) sorted by relevance
6248 static char sctpsbuf[50]; in nssctp_state() local6280 (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()