#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <fcntl.h>
#include <sys/poll.h>
Data Structures | |
struct | _opm_sockaddr |
struct | _opm_inaddr |
Defines | |
#define | AF_INET6 10 |
Typedefs | |
typedef _opm_sockaddr | opm_sockaddr |
typedef _opm_inaddr | opm_inaddr |
Functions | |
int | inet_pton (int, const char *, void *) |
const char * | inetntop (int, const void *, char *, unsigned int) |
hostent * | opm_gethostbyname (const char *) |
|
|
|
|
|
|
|
|
|
|
|
|