doom3-gpl
Doom 3 GPL source release
|
#include <sys_public.h>
Public Member Functions | |
idTCP () | |
virtual | ~idTCP () |
bool | Init (const char *host, short port) |
void | Close () |
int | Read (void *data, int size) |
int | Write (void *data, int size) |
Private Attributes | |
netadr_t | address |
int | fd |
Definition at line 438 of file sys_public.h.
idTCP::idTCP | ( | ) |
Definition at line 615 of file posix_net.cpp.
|
virtual |
Definition at line 625 of file posix_net.cpp.
Definition at line 686 of file posix_net.cpp.
Definition at line 634 of file posix_net.cpp.
Definition at line 698 of file posix_net.cpp.
Definition at line 742 of file posix_net.cpp.
|
private |
Definition at line 455 of file sys_public.h.
|
private |
Definition at line 456 of file sys_public.h.