The connect() function requests a connection to be made on a socket.
int connect(int socket, const struct sockaddr *address,socklen_t address_len);
Only for Unix/Linux.
http://pubs.opengroup.org/onlinepubs/7908799/xns/connect.html