Glotzilla/src/glotzmd/trunk/SourceCode/vmd_util/vmdsock.h File Reference

#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 *)

Function Documentation

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   
)


Generated on Tue Feb 24 20:53:01 2009 by  doxygen 1.5.3