Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dd1_srtp.c267 STACK_OF(SRTP_PROTECTION_PROFILE) *clnt=0; in ssl_add_clienthello_use_srtp_ext()
270 clnt=SSL_get_srtp_profiles(s); in ssl_add_clienthello_use_srtp_ext()
271 ct=sk_SRTP_PROTECTION_PROFILE_num(clnt); /* -1 if clnt == 0 */ in ssl_add_clienthello_use_srtp_ext()
291 prof=sk_SRTP_PROTECTION_PROFILE_value(clnt,i); in ssl_add_clienthello_use_srtp_ext()
308 STACK_OF(SRTP_PROTECTION_PROFILE) *clnt=0,*srvr; in ssl_parse_clienthello_use_srtp_ext()
344 clnt=sk_SRTP_PROTECTION_PROFILE_new_null(); in ssl_parse_clienthello_use_srtp_ext()
354 sk_SRTP_PROTECTION_PROFILE_push(clnt,cprof); in ssl_parse_clienthello_use_srtp_ext()
383 for(j=0;j<sk_SRTP_PROTECTION_PROFILE_num(clnt);j++) in ssl_parse_clienthello_use_srtp_ext()
385 cprof=sk_SRTP_PROTECTION_PROFILE_value(clnt,j); in ssl_parse_clienthello_use_srtp_ext()
400 if(clnt) sk_SRTP_PROTECTION_PROFILE_free(clnt); in ssl_parse_clienthello_use_srtp_ext()
[all …]
Ds3_lib.c3752 SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *clnt, in ssl3_choose_cipher() argument
3776 sk_SSL_CIPHER_set_cmp_func(clnt, ssl_cipher_ptr_id_cmp); in ssl3_choose_cipher()
3786 printf("Client sent %d from %p:\n", sk_SSL_CIPHER_num(clnt), (void *)clnt); in ssl3_choose_cipher()
3787 for(i=0 ; i < sk_SSL_CIPHER_num(clnt) ; ++i) in ssl3_choose_cipher()
3789 c=sk_SSL_CIPHER_value(clnt,i); in ssl3_choose_cipher()
3797 allow = clnt; in ssl3_choose_cipher()
3801 prio = clnt; in ssl3_choose_cipher()
Dssl_locl.h903 SSL_CIPHER *ssl3_choose_cipher(SSL *ssl,STACK_OF(SSL_CIPHER) *clnt,
/external/kernel-headers/original/linux/sunrpc/
Dclnt.h109 #define RPC_CONGESTED(clnt) (RPCXPRT_CONGESTED((clnt)->cl_xprt)) argument
110 #define RPC_PEERADDR(clnt) (&(clnt)->cl_xprt->addr) argument
131 int rpc_call_async(struct rpc_clnt *clnt, struct rpc_message *msg,
134 int rpc_call_sync(struct rpc_clnt *clnt, struct rpc_message *msg,
137 void rpc_clnt_sigmask(struct rpc_clnt *clnt, sigset_t *oldset);
138 void rpc_clnt_sigunmask(struct rpc_clnt *clnt, sigset_t *oldset);
142 int rpc_ping(struct rpc_clnt *clnt, int flags);
Dsched.h254 struct rpc_task *rpc_run_task(struct rpc_clnt *clnt, int flags,
257 void rpc_init_task(struct rpc_task *task, struct rpc_clnt *clnt,
/external/javassist/src/main/javassist/tools/web/
DWebserver.java188 final void process(Socket clnt) throws IOException { in process() argument
189 InputStream in = new BufferedInputStream(clnt.getInputStream()); in process()
191 logging(clnt.getInetAddress().getHostName(), in process()
196 OutputStream out = new BufferedOutputStream(clnt.getOutputStream()); in process()
207 clnt.close(); in process()
/external/iproute2/misc/
Drtacct.c391 int clnt = accept(fd, NULL, NULL); in server_loop() local
392 if (clnt >= 0) { in server_loop()
395 close(clnt); in server_loop()
399 close(clnt); in server_loop()
403 send_db(clnt); in server_loop()
Dnstat.c397 int clnt = accept(fd, NULL, NULL); in server_loop() local
398 if (clnt >= 0) { in server_loop()
401 close(clnt); in server_loop()
405 close(clnt); in server_loop()
407 FILE *fp = fdopen(clnt, "w"); in server_loop()
Difstat.c512 int clnt = accept(fd, NULL, NULL); in server_loop() local
513 if (clnt >= 0) { in server_loop()
516 close(clnt); in server_loop()
520 close(clnt); in server_loop()
522 FILE *fp = fdopen(clnt, "w"); in server_loop()