/external/iproute2/examples/diffserv/ |
Edge32-cb-u32 | 99 # values of the DSCP to change depending on the class
|
/external/iproute2/man/man8/ |
tc-flow.8 | 193 Use the packet's priority as key. Usually this is the IP header's DSCP/ECN
|
tc-u32.8 | 383 IPv4 only. Match the packet header's DSCP/ECN field. Synonyms to this are 430 and semantics of IPv4's ToS field since RFC 3168: upper six bits are DSCP, the
|
/external/libvncserver/libvncclient/ |
sockets.c | 668 SetDSCP(int sock, int dscp) 671 rfbClientErr("Setting of QoS IP DSCP not implemented for Windows\n"); 700 if(setsockopt(sock, level, cmd, (void*)&dscp, sizeof(dscp)) != 0) {
|
/external/webrtc/talk/app/webrtc/ |
mediaconstraintsinterface.h | 113 // Temporary pseudo-constraint for enabling DSCP through JS.
|
/external/webrtc/webrtc/base/ |
socket.h | 181 OPT_DSCP, // DSCP code
|
/external/webrtc/webrtc/p2p/base/ |
transportchannel.h | 22 #include "webrtc/base/dscp.h"
|
port_unittest.cc | 1558 int dscp; local [all...] |
relayport.cc | 432 // TODO(mallinath) Find a way to get DSCP value from Port. 433 rtc::PacketOptions options; // Default dscp set to NO_CHANGE.
|
dtlstransportchannel.cc | 18 #include "webrtc/base/dscp.h"
|
/external/webrtc/webrtc/test/channel_transport/ |
udp_transport_impl.cc | 727 int32_t UdpTransportImpl::SetToS(int32_t DSCP, bool useSetSockOpt) 735 if (DSCP < 0 || DSCP > 63) 737 WEBRTC_TRACE(kTraceError, kTraceTransport, _id, "Invalid DSCP"); 882 int32_t TOSShifted = DSCP << 2; 903 if (rtpSock->SetTOS(DSCP) != 0) 910 if (rtcpSock->SetTOS(DSCP) != 0) 919 _tos = DSCP; 923 int32_t UdpTransportImpl::ToS(int32_t& DSCP, 927 DSCP = _tos [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/ |
ip.h | 170 * Definitions for IP differentiated services code points (DSCP)
|
/external/libvncserver/rfb/ |
rfbclient.h | 337 /** the QoS IP DSCP for this client */ 559 extern rfbBool SetDSCP(int sock, int dscp); 619 * Code Point (QoS DSCP). The next item in the argv array is the code point as
|
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/ |
android_test.cc | 684 /* int dscp(0), serviceType(-1), overrideDscp(0), res(0); 694 res = veData1.netw->GetSendTOS(channel, dscp, useSetSockOpt); 695 if (res != 0 || dscp != 13 || useSetSockOpt != true) [all...] |
/external/netperf/src/ |
Makefile.in | 57 net_uuid.$(OBJEXT) dscp.$(OBJEXT) 223 COMMON_SRC = hist.h netlib.c netlib.h netcpu.h netsh.c netsh.h nettest_bsd.c nettest_bsd.h nettest_dlpi.c nettest_dlpi.h nettest_unix.c nettest_unix.h nettest_xti.c nettest_xti.h nettest_sctp.c nettest_sctp.h netperf_version.h nettest_sdp.c nettest_sdp.h nettest_omni.c net_uuid.c dscp.c 316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dscp.Po@am__quote@
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcmutils.h | 352 #define PKTPRIO_VDSCP 0x100 /* DSCP prio found after VLAN tag */ 354 #define PKTPRIO_UPD 0x400 /* DSCP used to update VLAN prio */ 355 #define PKTPRIO_DSCP 0x800 /* DSCP prio found */
|
/external/iproute2/ip/ |
xfrm_state.c | 90 fprintf(stderr, "FLAG := noecn | decap-dscp | nopmtudisc | wildrecv | icmp | af-unspec | align4 | esn\n"); 92 fprintf(stderr, "EXTRA-FLAG := dont-encap-dscp\n"); 205 else if (strcmp(*argv, "decap-dscp") == 0) 250 if (strcmp(*argv, "dont-encap-dscp") == 0) [all...] |
/external/netperf/ |
AUTHORS | 286 Jim Nell - Fix for Solaris 11.1 compilation problem in dscp.c
|
/external/webrtc/talk/media/webrtc/ |
webrtcvoiceengine.cc | 107 // Default audio dscp value. 1380 rtc::DiffServCodePoint dscp = rtc::DSCP_DEFAULT; local [all...] |
webrtcvideoengine2_unittest.cc | [all...] |
/system/bt/btif/co/ |
bta_hh_co.c | 443 ** Description This function is called in btif_hh.c to process DSCP received. 492 APPL_TRACE_WARNING("%s: Error: failed to send DSCP, result = %d", __FUNCTION__, result);
|
/external/wpa_supplicant_8/hostapd/ |
hostapd.conf | [all...] |
/external/libvncserver/ |
NEWS | 99 * IP QoS support. This enables setting the DSCP/Traffic Class field of
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/ |
Appearance.py | 470 kThemeSoundDisclosurePress = FOUR_CHAR_CODE('dscp')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/ |
Appearance.py | 470 kThemeSoundDisclosurePress = FOUR_CHAR_CODE('dscp')
|