summary refs log tree commit diff stats
path: root/slirp/ctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'slirp/ctl.h')
-rw-r--r--slirp/ctl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/slirp/ctl.h b/slirp/ctl.h
new file mode 100644
index 0000000000..4a8576dc1c
--- /dev/null
+++ b/slirp/ctl.h
@@ -0,0 +1,7 @@
+#define CTL_CMD		0
+#define CTL_EXEC	1
+#define CTL_ALIAS	2
+#define CTL_DNS		3
+
+#define CTL_SPECIAL	"10.0.2.0"
+#define CTL_LOCAL	"10.0.2.15"