Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_client2.c544 int skip_close_notify; /* skip sending the close_notify alert */ member
986 opt.skip_close_notify = DFL_SKIP_CLOSE_NOTIFY; in main()
1422 opt.skip_close_notify = atoi(q); in main()
1423 if (opt.skip_close_notify < 0 || opt.skip_close_notify > 1) { in main()
2956 if (opt.skip_close_notify == 0) { in main()