Home
last modified time | relevance | path

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

/external/openssl/apps/
Ds_apps.h159 int init_client(int *sock, char *server, int port, int type);
Ds_socket.c237 int init_client(int *sock, char *host, int port, int type) in init_client() function
Ds_client.c982 if (init_client(&s,host,port,socket_type) == 0) in MAIN()