Searched refs:init_client (Results 1 – 3 of 3) sorted by relevance
159 int init_client(int *sock, char *server, int port, int type);
237 int init_client(int *sock, char *host, int port, int type) in init_client() function
982 if (init_client(&s,host,port,socket_type) == 0) in MAIN()