Home
last modified time | relevance | path

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

/mbedtls-3.5.0/programs/ssl/
Dssl_client2.c555 int skip_close_notify; /* skip sending the close_notify alert */ member
971 opt.skip_close_notify = DFL_SKIP_CLOSE_NOTIFY; in main()
1362 opt.skip_close_notify = atoi(q); in main()
1363 if (opt.skip_close_notify < 0 || opt.skip_close_notify > 1) { in main()
2947 if (opt.skip_close_notify == 0) { in main()