Searched refs:SOTCDB_NO_DSCP (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h602 #define SOTCDB_NO_DSCP 0x01 /* Do not set DSCP code in IP header */ macro
/darwin-on-arm/xnu/bsd/netinet/
H A Din_tclass.c896 * DSCP code, based on SOTCDB_NO_DSCP being set. If the flag is
900 if (sotcdb & SOTCDB_NO_DSCP)
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c263 * SOTCDB_NO_DSCP is set by default, to prevent the networking stack from
267 __private_extern__ u_int32_t sotcdb = SOTCDB_NO_DSCP;

Completed in 79 milliseconds