Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/openssl/
Ds_socket.c75 static int init_server_long(int *sock, int port, char *ip, int type);
171 init_server_long(int *sock, int port, char *ip, int type) in init_server_long() function
222 return (init_server_long(sock, port, NULL, type)); in init_server()