aboutsummaryrefslogtreecommitdiff
path: root/include/netinet/ip.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netinet/ip.h')
-rw-r--r--include/netinet/ip.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/netinet/ip.h b/include/netinet/ip.h
new file mode 100644
index 0000000..238358c
--- /dev/null
+++ b/include/netinet/ip.h
@@ -0,0 +1,9 @@
+#include_next <netinet/ip.h>
+#define IPTOS_DSCP_CS0 0x00
+#define IPTOS_DSCP_CS1 0x20
+#define IPTOS_DSCP_CS2 0x40
+#define IPTOS_DSCP_CS3 0x60
+#define IPTOS_DSCP_CS4 0x80
+#define IPTOS_DSCP_CS5 0xa0
+#define IPTOS_DSCP_CS6 0xc0
+#define IPTOS_DSCP_CS7 0xe0