libtun.adapter

Undocumented in source.

Members

Classes

TUNAdapter
class TUNAdapter
Undocumented in source.
TUNException
class TUNException
Undocumented in source.

Enums

AdapterType
enum AdapterType
Undocumented in source.

Functions

createTun
int createTun(char* interfaceName, int iffFlags)

TUN maintenance routines in tunctl.c

destroyTun
int destroyTun(int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ioctl
int ioctl(int fd, ulong request, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
open
int open(char* path, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tunRead
int tunRead(int fd, char* data, int amount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tunWrite
int tunWrite(int fd, char* data, int length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta