#include <unistd.h>#include <sys/types.h>#include <sys/socket.h>#include <sys/time.h>#include <netinet/in.h>#include <sys/file.h>Functions | |
| int | vmdsock_init (void) |
| void * | vmdsock_create (void) |
| int | vmdsock_bind (void *, int) |
| int | vmdsock_listen (void *) |
| void * | vmdsock_accept (void *) |
| int | vmdsock_connect (void *, const char *, int) |
| int | vmdsock_write (void *, const void *, int) |
| int | vmdsock_read (void *, void *, int) |
| int | vmdsock_selread (void *, int) |
| int | vmdsock_selwrite (void *, int) |
| void | vmdsock_shutdown (void *) |
| void | vmdsock_destroy (void *) |
| void* vmdsock_accept | ( | void * | ) |
| int vmdsock_bind | ( | void * | , | |
| int | ||||
| ) |
| int vmdsock_connect | ( | void * | , | |
| const char * | , | |||
| int | ||||
| ) |
| void* vmdsock_create | ( | void | ) |
| void vmdsock_destroy | ( | void * | ) |
| int vmdsock_init | ( | void | ) |
| int vmdsock_listen | ( | void * | ) |
| int vmdsock_read | ( | void * | , | |
| void * | , | |||
| int | ||||
| ) |
| int vmdsock_selread | ( | void * | , | |
| int | ||||
| ) |
| int vmdsock_selwrite | ( | void * | , | |
| int | ||||
| ) |
| void vmdsock_shutdown | ( | void * | ) |
| int vmdsock_write | ( | void * | , | |
| const void * | , | |||
| int | ||||
| ) |
1.5.3