diff options
Diffstat (limited to 'includedir/netinet/ip.h')
-rw-r--r-- | includedir/netinet/ip.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/includedir/netinet/ip.h b/includedir/netinet/ip.h new file mode 100644 index 0000000..238358c --- /dev/null +++ b/includedir/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 |