Searched refs:close_notify_srvr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslapi.c1201 * Checking the close_notify_srvr flag will prevent from sending the
1204 if (mp == NULL && !ssl->close_notify_srvr) {
1210 ssl->close_notify_srvr = B_TRUE;
1252 * If the close_notify_srvr flag is set it is presumed that the mblk already
1274 if (!ssl->close_notify_srvr)
1284 if (!ssl->close_notify_srvr) {
H A Dksslproto.h291 boolean_t close_notify_srvr; member in struct:ssl_s

Completed in 219 milliseconds