tcp_connect
if (tcp_connect(sock_id) == 0)
extern int tcp_connect(int);
static int tcp_connect(sock_lower_handle_t, const struct sockaddr *,
tcp_connect,