Lines Matching defs:dscp
74 * Set by the -T dscp option on the command line. If set to a value1100 ev->dscp = 0;3897 isc__socket_dscp(isc_socket_t *sock, isc_dscp_t dscp) {3899 UNUSED(dscp);3901 if (dscp < 0)3904 dscp <<= 2;3905 dscp &= 0xff;3913 (char *)&dscp, sizeof(dscp));3919 (char *)&dscp, sizeof(dscp));