Searched defs:init_client_ip (Results 1 - 1 of 1) sorted by relevance

/external/openssl/apps/
H A Ds_socket.c105 static int init_client_ip(int *sock,unsigned char ip[4], int port, int type);
244 return init_client_ip(sock,ip,port,type);
247 static int init_client_ip(int *sock, unsigned char ip[4], int port, int type) function

Completed in 94 milliseconds