mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-12 21:34:47 +02:00
8077071627
This way we don't have to maintain the nc linux port patch ourselves. It also avoids a circular dependency between the libressl and openbsd packages.
10 lines
261 B
C
10 lines
261 B
C
#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
|