#include <stdio.h>
#include <sched.h>
#include <unistd.h>
#include <time.h>
#include <ctype.h>
#include <string.h>
#include <netdb.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <iostream>
Include dependency graph for connect.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
int | connect (hostent *he, int port) |
Connect to a host using the port and the hostentry. |
|
Connect to a host using the port and the hostentry.
|