Home
last modified time | relevance | path

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

/mbedtls-3.6.0/programs/ssl/
Dssl_client2.c544 int skip_close_notify; /* skip sending the close_notify alert */ member
956 opt.skip_close_notify = DFL_SKIP_CLOSE_NOTIFY; in main()
1347 opt.skip_close_notify = atoi(q); in main()
1348 if (opt.skip_close_notify < 0 || opt.skip_close_notify > 1) { in main()
2892 if (opt.skip_close_notify == 0) { in main()