Home
last modified time | relevance | path

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

/external/openssl/apps/
Ds_socket.c107 static int init_server_long(int *sock, int port,char *ip, int type);
326 static int init_server_long(int *sock, int port, char *ip, int type) in init_server_long() function
382 return(init_server_long(sock, port, NULL, type)); in init_server()