Searched refs:tls_client (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Doptions.h499 bool tls_client; member in struct:options
H A Dhelper.c440 o->tls_client = true;
H A Dinit.c939 || options->tls_server || options->tls_client
2161 ASSERT (options->tls_server || options->tls_client);
2167 ASSERT (options->tls_server == !options->tls_client);
2336 else if (c->options.tls_server || c->options.tls_client)
2487 if (o->tls_client
H A Doptions.c1577 SHOW_BOOL (tls_client);
1852 && !(options->tls_server || options->tls_client)
2159 if (options->tls_server + options->tls_client +
2167 if (options->tls_server || options->tls_client)
2974 #define TLS_CLIENT (o->tls_client)
6375 options->tls_client = true;

Completed in 62 milliseconds