Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
Go to the source code of this file.
Functions | |
bool | fNET_BytesToRead (int socket) |
bool | fNET_Read (int socket, char *data, int bytestoread) |
int | fNET_Recv (int socket, char *data, int bytestoread) |
int | fNET_Write (int socket, int bytestowrite, const char *data) |
int | fNET_listen (unsigned short port, const char *addr=NULL) |
int | fNET_Accept (int hServerSocket) |
int | fNET_AcceptFrom (unsigned short port, const char *addr=NULL) |
int | fNET_ConnectTo (const char *hostname, unsigned short port) |
char | fNET_fgetc (int socket) |
void | fNET_close (int socket) |
void | fNET_startup () |
void | fNET_cleanup () |
Definition at line 112 of file inet_file.cpp.
int fNET_AcceptFrom | ( | unsigned short | port, |
const char * | addr = NULL |
||
) |
void fNET_cleanup | ( | ) |
void fNET_close | ( | int | socket) |
Definition at line 60 of file inet_file.cpp.
Referenced by main(), and Music::~Music().
int fNET_ConnectTo | ( | const char * | hostname, |
unsigned short | port | ||
) |
Definition at line 108 of file inet_file.cpp.
char fNET_fgetc | ( | int | socket) |
Definition at line 91 of file inet_file.cpp.
References fNET_Recv().
Referenced by main(), my_getchar(), and Muzak::readerThread().
int fNET_listen | ( | unsigned short | port, |
const char * | addr = NULL |
||
) |
Definition at line 104 of file inet_file.cpp.
void fNET_startup | ( | ) |
Definition at line 87 of file inet_file.cpp.
Referenced by F0rkProcess(), ForwardBytes(), Music::Music(), music_finished(), and Music::~Music().