$darkmode
#include <stdint.h>Go to the source code of this file.
Functions | |
| int | tunnel_open (uint32_t net, uint32_t mask, outputfunc_t o) |
| void | tunnel_close (void) |
| void | tunnel_input (void) |
| void | tunnel_output (char *buffer, int len) |
| void tunnel_close | ( | void | ) |
| void tunnel_input | ( | void | ) |
| int tunnel_open | ( | uint32_t | net, |
| uint32_t | mask, | ||
| outputfunc_t | o | ||
| ) |
| void tunnel_output | ( | char * | buffer, |
| int | len | ||
| ) |