Home
last modified time | relevance | path

Searched refs:DSCP (Results 1 – 13 of 13) sorted by relevance

/external/iptables/extensions/
Dlibxt_DSCP.t3 -j DSCP --set-dscp 0;=;OK
4 -j DSCP --set-dscp 0x3f;=;OK
5 -j DSCP --set-dscp -1;;FAIL
6 -j DSCP --set-dscp 0x40;;FAIL
7 -j DSCP --set-dscp 0x3f --set-dscp-class CS0;;FAIL
8 -j DSCP --set-dscp-class CS0;-j DSCP --set-dscp 0x00;OK
9 -j DSCP --set-dscp-class BE;-j DSCP --set-dscp 0x00;OK
10 -j DSCP --set-dscp-class EF;-j DSCP --set-dscp 0x2e;OK
11 -j DSCP;;FAIL
Dlibxt_DSCP.man1 This target allows to alter the value of the DSCP bits within the TOS
6 Set the DSCP field to a numerical value (can be decimal or hex)
9 Set the DSCP field to a DiffServ class.
Dlibxt_dscp.man1 This module matches the 6 bit DSCP field within the TOS field in the
2 IP header. DSCP has superseded TOS within the IETF.
Dlibxt_TOS.man3 shares the same bits as DSCP and ECN. The TOS target is only valid in the
/external/iproute2/etc/iproute2/
Drt_dsfield2 # These include the DSCP and unused bits
/external/webrtc/webrtc/test/channel_transport/
Dudp_transport.h217 virtual int32_t SetToS(const int32_t DSCP,
221 virtual int32_t ToS(int32_t& DSCP,
Dudp_transport_impl.h80 int32_t SetToS(const int32_t DSCP,
82 int32_t ToS(int32_t& DSCP, bool& useSetSockOpt) const override;
Dudp_transport_impl.cc727 int32_t UdpTransportImpl::SetToS(int32_t DSCP, bool useSetSockOpt) in SetToS() argument
735 if (DSCP < 0 || DSCP > 63) in SetToS()
882 int32_t TOSShifted = DSCP << 2; in SetToS()
903 if (rtpSock->SetTOS(DSCP) != 0) in SetToS()
910 if (rtcpSock->SetTOS(DSCP) != 0) in SetToS()
919 _tos = DSCP; in SetToS()
923 int32_t UdpTransportImpl::ToS(int32_t& DSCP, in ToS() argument
927 DSCP = _tos; in ToS()
/external/libvncserver/
DNEWS99 * IP QoS support. This enables setting the DSCP/Traffic Class field of
DChangeLog2283 libvncclient. This enables setting the DSCP/Traffic Class field of IP/IPv6 packets
/external/iputils/doc/
Dping.sgml320 Codepoint (DSCP). In RFC2481 and RFC3168, bits 0-1 are used for ECN.
/external/openssh/
Dsshd_config.0467 IPQoS Specifies the IPv4 type-of-service or DSCP class for the
Dssh_config.0573 IPQoS Specifies the IPv4 type-of-service or DSCP class for connections.