aboutgitcodebugslistschat
path: root/tap.h
diff options
context:
space:
mode:
Diffstat (limited to 'tap.h')
-rw-r--r--tap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tap.h b/tap.h
new file mode 100644
index 0000000..ecea936
--- /dev/null
+++ b/tap.h
@@ -0,0 +1,3 @@
+void tap_ip_send(struct ctx *c, struct in6_addr *src, uint8_t proto,
+ char *in, size_t len);
+int tap_send(int fd, void *data, size_t len, int flags);