Searched refs:init_client_ip (Results 1 – 2 of 2) sorted by relevance
/external/openssl/apps/ |
D | s_socket.c | 105 static int init_client_ip(int *sock,unsigned char ip[4], int port, int type); 244 return init_client_ip(sock,ip,port,type); in init_client() 247 static int init_client_ip(int *sock, unsigned char ip[4], int port, int type) in init_client_ip() function
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
D | s_socket.c | 105 static int init_client_ip(int *sock,unsigned char ip[4], int port, int type); 244 return init_client_ip(sock,ip,port,type); in init_client() 247 static int init_client_ip(int *sock, unsigned char ip[4], int port, int type) in init_client_ip() function
|