#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <netinet/in.h>
#include <sys/file.h>
Go to the source code of this file.
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 *) |
|
Definition at line 119 of file vmdsock.c. Referenced by VideoStream::cli_listen, and VideoStream::srv_listen. |
|
Definition at line 105 of file vmdsock.c. Referenced by VideoStream::cli_listen, VideoStream::srv_listen, and VMDCollab::startserver. |
|
Definition at line 83 of file vmdsock.c. Referenced by VideoStream::cli_connect, VMDCollab::connect, IMDSim::IMDSim, and VideoStream::srv_connect. |
|
|
|
|
|
|
Definition at line 114 of file vmdsock.c. Referenced by VideoStream::cli_listen, VideoStream::srv_listen, and VMDCollab::startserver. |
|
Definition at line 153 of file vmdsock.c. Referenced by imd_readn. |
|
Definition at line 188 of file vmdsock.c. Referenced by VMDCollab::check_event, VideoStream::check_event, VideoStream::cli_listen, imd_recv_handshake, IMDSimThread::reader, VideoStream::srv_listen, and IMDSimBlocking::update. |
|
|
|
Definition at line 163 of file vmdsock.c. Referenced by VMDCollab::check_event, VMDCollab::disconnect, IMDSim::disconnect, and VMDCollab::stopserver. |
|
Definition at line 144 of file vmdsock.c. Referenced by imd_writen. |