Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <stdio.h>
#include <config.h>
#include "vsnet_headers.h"
#include <sys/ioctl.h>
#include <iostream>
#include "vsnet_oss.h"
Go to the source code of this file.
Namespaces | |
VsnetOSS | |
Constant Groups | |
VsnetOSS | |
Macros | |
#define | VSNET_OSS_CPP |
Functions | |
INLINE int | VsnetOSS::close_socket (int fd) |
INLINE int | VsnetOSS::inet_aton (const char *host, struct in_addr *inp) |
INLINE int | VsnetOSS::socket (int domain, int type, int protocol) |
INLINE int | VsnetOSS::recv (int fd, void *buf, unsigned int len, int flags) |
INLINE void | VsnetOSS::memcpy (void *dest, const void *src, int bytesize) |
bool | VsnetOSS::set_blocking (int _fd, bool isBlocking) |
#define VSNET_OSS_CPP |
Definition at line 2 of file vsnet_oss.cpp.