#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 105 of file vmdsock.c. Referenced by VMDCollab::startserver. |
|
||||||||||||||||
|
Definition at line 83 of file vmdsock.c. Referenced by VMDCollab::connect, and IMDSim::IMDSim. |
|
|
|
|
|
Definition at line 175 of file vmdsock.c. Referenced by VMDCollab::check_event, VMDCollab::connect, VMDCollab::disconnect, IMDSim::disconnect, IMDSim::IMDSim, and VMDCollab::startserver. |
|
|
|
|
|
Definition at line 114 of file vmdsock.c. Referenced by 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, imd_recv_handshake, IMDSimThread::reader, 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. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002