Searched refs:DSCP (Results 1 – 15 of 15) sorted by relevance
/external/iptables/extensions/ |
D | libxt_DSCP.t | 3 -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
|
D | libxt_DSCP.man | 1 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.
|
D | libxt_dscp.man | 1 This module matches the 6 bit DSCP field within the TOS field in the 2 IP header. DSCP has superseded TOS within the IETF.
|
D | libxt_TOS.man | 3 shares the same bits as DSCP and ECN. The TOS target is only valid in the
|
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_transport.h | 217 virtual int32_t SetToS(const int32_t DSCP, 221 virtual int32_t ToS(int32_t& DSCP,
|
D | udp_transport_impl.h | 80 int32_t SetToS(const int32_t DSCP, 82 int32_t ToS(int32_t& DSCP, bool& useSetSockOpt) const override;
|
D | udp_transport_impl.cc | 727 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/iproute2/etc/iproute2/ |
D | rt_dsfield | 2 # These include the DSCP and unused bits
|
/external/syzkaller/sys/linux/ |
D | netfilter_targets.txt | 97 DSCP xt_target_t["DSCP", xt_DSCP_info, 0]
|
/external/tensorflow/tensorflow/contrib/verbs/ |
D | README.md | 20 …* **RDMA_TRAFFIC_CLASS**: Traffic class configuration for QP, in case of DSCP trust level QoS conf…
|
/external/iperf3/docs/ |
D | invoking.rst | 320 set the IP DSCP bits. Both numeric and symbolic values are
|
/external/iputils/doc/ |
D | ping.sgml | 320 Codepoint (DSCP). In RFC2481 and RFC3168, bits 0-1 are used for ECN.
|
/external/iperf3/ |
D | RELEASE_NOTES | 140 * A new --dscp option allows specifying the DSCP value to be used
|
/external/openssh/ |
D | sshd_config.0 | 467 IPQoS Specifies the IPv4 type-of-service or DSCP class for the
|
D | ssh_config.0 | 573 IPQoS Specifies the IPv4 type-of-service or DSCP class for connections.
|