|
libopm
0.1
|
#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 |
Typedefs | |
| typedef struct _opm_sockaddr | opm_sockaddr |
| typedef struct _opm_inaddr | opm_inaddr |
Functions | |
| int | inet_pton (int, const char *, void *) |
| const char * | inetntop (int, const void *, char *, unsigned int) |
| struct hostent * | opm_gethostbyname (const char *) |
| typedef struct _opm_sockaddr opm_sockaddr |
| typedef struct _opm_inaddr opm_inaddr |
| int inet_pton | ( | int | , |
| const char * | , | ||
| void * | |||
| ) |
Referenced by libopm_config_set(), and opm_scan().
| const char* inetntop | ( | int | , |
| const void * | , | ||
| char * | , | ||
| unsigned | int | ||
| ) |
| struct hostent* opm_gethostbyname | ( | const char * | ) | [read] |
1.7.6.1