summaryrefslogtreecommitdiff
path: root/klibc/include/netinet/ip.h
diff options
context:
space:
mode:
Diffstat (limited to 'klibc/include/netinet/ip.h')
-rw-r--r--klibc/include/netinet/ip.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/klibc/include/netinet/ip.h b/klibc/include/netinet/ip.h
new file mode 100644
index 0000000000..8aecbe66a3
--- /dev/null
+++ b/klibc/include/netinet/ip.h
@@ -0,0 +1,13 @@
+/*
+ * netinet/ip.h
+ */
+
+#ifndef _NETINET_IP_H
+#define _NETINET_IP_H
+
+#include <endian.h>
+#include <linux/ip.h>
+
+#define IP_DF 0x4000 /* Flag: "Don't Fragment" */
+
+#endif /* _NETINET_IP_H */