#include <unistd.h>
#include <errno.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include "addr.h"
#include "mem.h"
#include "tcp.h"
Include dependency graph for tcp_connect.c:

Go to the source code of this file.
Functions | |
| int | tcp_connect (const char *ip, int port) |
| connect to TCP socket | |
1.5.2