OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:init_server_long
(Results
1 - 1
of
1
) sorted by null
/external/openssl/apps/
s_socket.c
107
static int
init_server_long
(int *sock, int port,char *ip, int type);
325
static int
init_server_long
(int *sock, int port, char *ip, int type)
function
380
return(
init_server_long
(sock, port, NULL, type));
Completed in 140 milliseconds