Searched refs:client_p (Results 1 - 24 of 24) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/demos/easy_tls/
H A Dtest.h4 void test_process_init(int fd, int client_p, void *apparg);
H A Deasy-tls.h31 int client_p; member in struct:tls_create_ctx_args
48 int client_p; member in struct:tls_start_proxy_args
H A Dtest.c23 void test_process_init(int fd, int client_p, void *apparg) argument
26 "test_process_init(fd = %d, client_p = %d, apparg = %p)\n", fd,
27 client_p, apparg);
42 int client_p = 0; local
55 client_p = 1;
59 fputs(client_p ? "Client\n" : "Server\n", stderr);
63 a.client_p = client_p;
79 if (client_p) {
194 a.client_p
[all...]
H A Deasy-tls.c130 * TLS_APP_PROCESS_INIT -- void ...(int fd, int client_p, void *apparg)
137 # define TLS_APP_PROCESS_INIT(fd, client_p, apparg) ((void) 0)
170 int client_p);
181 ret.client_p = -1;
206 DEBUG_MSG2("tls_start_proxy client_p", a.client_p);
208 if (a.fd == -1 || a.client_p == -1 || a.ctx == NULL)
245 TLS_APP_PROCESS_INIT(a.fd, a.client_p, apparg);
247 tls_proxy(fds[0], a.fd, infofds[1], a.ctx, a.client_p);
649 ret.client_p
970 tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx, int client_p) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/demos/easy_tls/
H A Dtest.h5 void test_process_init(int fd, int client_p, void *apparg);
H A Deasy-tls.h31 int client_p; member in struct:tls_create_ctx_args
47 int client_p; member in struct:tls_start_proxy_args
H A Dtest.c24 test_process_init(int fd, int client_p, void *apparg) argument
26 fprintf(stderr, "test_process_init(fd = %d, client_p = %d, apparg = %p)\n", fd, client_p, apparg);
44 int client_p = 0; local
58 client_p = 1;
62 fputs(client_p ? "Client\n" : "Server\n", stderr);
66 a.client_p = client_p;
82 if (client_p) {
195 a.client_p
[all...]
H A Deasy-tls.c128 * TLS_APP_PROCESS_INIT -- void ...(int fd, int client_p, void *apparg)
135 # define TLS_APP_PROCESS_INIT(fd, client_p, apparg) ((void) 0)
167 static void tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx, int client_p);
180 ret.client_p = -1;
205 DEBUG_MSG2("tls_start_proxy client_p", a.client_p);
207 if (a.fd == -1 || a.client_p == -1 || a.ctx == NULL)
244 TLS_APP_PROCESS_INIT(a.fd, a.client_p, apparg);
246 tls_proxy(fds[0], a.fd, infofds[1], a.ctx, a.client_p);
639 ret.client_p
925 tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx, int client_p) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/demos/easy_tls/
H A Dtest.h5 void test_process_init(int fd, int client_p, void *apparg);
H A Deasy-tls.h31 int client_p; member in struct:tls_create_ctx_args
47 int client_p; member in struct:tls_start_proxy_args
H A Dtest.c24 test_process_init(int fd, int client_p, void *apparg) argument
26 fprintf(stderr, "test_process_init(fd = %d, client_p = %d, apparg = %p)\n", fd, client_p, apparg);
44 int client_p = 0; local
58 client_p = 1;
62 fputs(client_p ? "Client\n" : "Server\n", stderr);
66 a.client_p = client_p;
82 if (client_p) {
195 a.client_p
[all...]
H A Deasy-tls.c128 * TLS_APP_PROCESS_INIT -- void ...(int fd, int client_p, void *apparg)
135 # define TLS_APP_PROCESS_INIT(fd, client_p, apparg) ((void) 0)
167 static void tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx, int client_p);
180 ret.client_p = -1;
205 DEBUG_MSG2("tls_start_proxy client_p", a.client_p);
207 if (a.fd == -1 || a.client_p == -1 || a.ctx == NULL)
244 TLS_APP_PROCESS_INIT(a.fd, a.client_p, apparg);
246 tls_proxy(fds[0], a.fd, infofds[1], a.ctx, a.client_p);
639 ret.client_p
925 tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx, int client_p) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/demos/easy_tls/
H A Dtest.h4 void test_process_init(int fd, int client_p, void *apparg);
H A Deasy-tls.h31 int client_p; member in struct:tls_create_ctx_args
48 int client_p; member in struct:tls_start_proxy_args
H A Dtest.c23 void test_process_init(int fd, int client_p, void *apparg) argument
26 "test_process_init(fd = %d, client_p = %d, apparg = %p)\n", fd,
27 client_p, apparg);
42 int client_p = 0; local
55 client_p = 1;
59 fputs(client_p ? "Client\n" : "Server\n", stderr);
63 a.client_p = client_p;
79 if (client_p) {
194 a.client_p
[all...]
H A Deasy-tls.c130 * TLS_APP_PROCESS_INIT -- void ...(int fd, int client_p, void *apparg)
137 # define TLS_APP_PROCESS_INIT(fd, client_p, apparg) ((void) 0)
170 int client_p);
181 ret.client_p = -1;
206 DEBUG_MSG2("tls_start_proxy client_p", a.client_p);
208 if (a.fd == -1 || a.client_p == -1 || a.ctx == NULL)
245 TLS_APP_PROCESS_INIT(a.fd, a.client_p, apparg);
247 tls_proxy(fds[0], a.fd, infofds[1], a.ctx, a.client_p);
649 ret.client_p
970 tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx, int client_p) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/demos/easy_tls/
H A Dtest.h4 void test_process_init(int fd, int client_p, void *apparg);
H A Deasy-tls.h31 int client_p; member in struct:tls_create_ctx_args
48 int client_p; member in struct:tls_start_proxy_args
H A Dtest.c23 void test_process_init(int fd, int client_p, void *apparg) argument
26 "test_process_init(fd = %d, client_p = %d, apparg = %p)\n", fd,
27 client_p, apparg);
42 int client_p = 0; local
55 client_p = 1;
59 fputs(client_p ? "Client\n" : "Server\n", stderr);
63 a.client_p = client_p;
79 if (client_p) {
194 a.client_p
[all...]
H A Deasy-tls.c130 * TLS_APP_PROCESS_INIT -- void ...(int fd, int client_p, void *apparg)
137 # define TLS_APP_PROCESS_INIT(fd, client_p, apparg) ((void) 0)
170 int client_p);
181 ret.client_p = -1;
206 DEBUG_MSG2("tls_start_proxy client_p", a.client_p);
208 if (a.fd == -1 || a.client_p == -1 || a.ctx == NULL)
245 TLS_APP_PROCESS_INIT(a.fd, a.client_p, apparg);
247 tls_proxy(fds[0], a.fd, infofds[1], a.ctx, a.client_p);
649 ret.client_p
970 tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx, int client_p) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/demos/easy_tls/
H A Dtest.h5 void test_process_init(int fd, int client_p, void *apparg);
H A Deasy-tls.h31 int client_p; member in struct:tls_create_ctx_args
47 int client_p; member in struct:tls_start_proxy_args
H A Dtest.c24 test_process_init(int fd, int client_p, void *apparg) argument
26 fprintf(stderr, "test_process_init(fd = %d, client_p = %d, apparg = %p)\n", fd, client_p, apparg);
44 int client_p = 0; local
58 client_p = 1;
62 fputs(client_p ? "Client\n" : "Server\n", stderr);
66 a.client_p = client_p;
82 if (client_p) {
195 a.client_p
[all...]
H A Deasy-tls.c128 * TLS_APP_PROCESS_INIT -- void ...(int fd, int client_p, void *apparg)
135 # define TLS_APP_PROCESS_INIT(fd, client_p, apparg) ((void) 0)
167 static void tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx, int client_p);
180 ret.client_p = -1;
205 DEBUG_MSG2("tls_start_proxy client_p", a.client_p);
207 if (a.fd == -1 || a.client_p == -1 || a.ctx == NULL)
244 TLS_APP_PROCESS_INIT(a.fd, a.client_p, apparg);
246 tls_proxy(fds[0], a.fd, infofds[1], a.ctx, a.client_p);
639 ret.client_p
925 tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx, int client_p) argument
[all...]

Completed in 173 milliseconds