/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/netfilter/ |
xt_dscp.h | 27 __u8 dscp; member in struct:xt_dscp_info
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/netfilter/ |
xt_DSCP.h | 25 __u8 dscp; member in struct:xt_DSCP_info
|
xt_dscp.h | 27 __u8 dscp; member in struct:xt_dscp_info
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/netfilter/ |
xt_DSCP.h | 25 __u8 dscp; member in struct:xt_DSCP_info
|
xt_dscp.h | 27 __u8 dscp; member in struct:xt_dscp_info
|
/external/iproute2/examples/diffserv/ |
Edge31-ca-u32 | 49 #AF41 (DSCP 0x22) is passed on with a tcindex value 1 77 #AF42 (DSCP 0x24) from is passed on with a tcindex value 2 97 #AF43 (DSCP 0x26) from is passed on with a tcindex value 3 124 # values of the DSCP to change depending on the class
|
Edge32-ca-u32 | 53 #AF41 (DSCP 0x22) from is passed on with a tcindex value 1 92 #AF42 (DSCP 0x24) from is passed on with a tcindex value 2 121 #AF43 (DSCP 0x26) from is passed on with a tcindex value 3 152 # values of the DSCP to change depending on the class
|
Edge1 | 35 # values of the DSCP to change depending on the class
|
Edge2 | 54 # values of the DSCP to change depending on the class
|
README | 79 switch (dscp) {
|
Edge31-cb-chains | 85 # values of the DSCP to change depending on the class
|
Edge32-cb-chains | 97 # values of the DSCP to change depending on the class
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
DescriptionBox.java | 30 public static final String TYPE = "dscp";
|
/external/webrtc/talk/media/base/ |
mediachannel.h | 39 #include "webrtc/base/dscp.h" 127 SetFrom(&dscp, change.dscp); 154 dscp == o.dscp && 185 ost << ToStringIfSet("dscp", dscp); 222 // Set DSCP value for packet sent from audio channel. 223 rtc::Optional<bool> dscp; member in struct:cricket::AudioOptions 268 SetFrom(&dscp, change.dscp) 379 rtc::Optional<bool> dscp; member in struct:cricket::VideoOptions [all...] |
fakenetworkinterface.h | 39 #include "webrtc/base/dscp.h" 128 rtc::DiffServCodePoint dscp() const { return dscp_; } function in class:cricket::FakeNetworkInterface
|
/external/iptables/tests/ |
options-most.rules | 12 -A INPUT -p tcp -m cluster --cluster-local-nodemask 0x00000001 --cluster-total-nodes 2 --cluster-hash-seed 0x00000001 -m cluster --cluster-local-nodemask 0x00000001 --cluster-total-nodes 2 --cluster-hash-seed 0x00000001 -m comment --comment foo -m connbytes --connbytes 1:2 --connbytes-mode packets --connbytes-dir both -m connlimit --connlimit-upto 1 --connlimit-mask 8 --connlimit-saddr -m connlimit --connlimit-above 1 --connlimit-mask 9 --connlimit-daddr -m connmark --mark 0x99 -m conntrack --ctstate INVALID --ctproto 6 --ctorigsrc fe80::/64 --ctorigdst fe80::/64 --ctreplsrc fe80::/64 --ctrepldst fe80::/64 --ctorigsrcport 12 --ctorigdstport 13 --ctreplsrcport 14 --ctrepldstport 15 --ctstatus EXPECTED --ctexpire 1:2 --ctdir REPLY -m cpu --cpu 2 -m dscp --dscp 0x04 -m dscp --dscp 0x00 -m hashlimit --hashlimit-upto 1/sec --hashlimit-burst 5 --hashlimit-mode srcip,dstip --hashlimit-name f1 --hashlimit-htable-size 64 --hashlimit-htable-max 128 --hashlimit-htable-gcinterval 60 --hashlimit-htable-expire 120 --hashlimit-srcmask 24 --hashlimit-dstmask 24 -m hashlimit --hashlimit-above 5/sec --hashlimit-burst 5 --hashlimit-name f1 -m helper --helper ftp -m iprange --src-range ::1-::2 --dst-range ::1-::2 -m ipvs --vaddr fe80::/64 --vport 1 --vdir REPLY --vmethod GATE --vportctl 21 -m length --length 1:2 -m limit --limit 1/sec -m mac --mac-source 01:02:03:04:05:06 -m mark --mark 0x1 -m physdev --physdev-in eth0 -m pkttype --pkt-type unicast -m policy --dir in --pol ipsec --strict --reqid 1 --spi 0x1 --proto esp --mode tunnel --tunnel-dst fe80::/64 --tunnel-src fe80::/64 --next --reqid 2 -m quota --quota 0 -m recent --rcheck --name DEFAULT --rsource -m socket --transparent -m string --string "foobar" --algo kmp --from 1 --to 2 --icase -m time --timestart 01:02:03 --timestop 03:04:05 --monthdays 1,2,3,4,5 --weekdays Mon,Fri,Sun --datestart 2001-02-03T04:05:06 --datestop 2012-09-08T09:06:05 --utc -m tos --tos 0xff/0x01 -m u32 --u32 "0x0=0x0" -m u32 --u32 "0x0=0x0" -m hbh -m hbh -m hl --hl-eq 1 23 -A INPUT -p tcp -m dscp --dscp 0x04 -m dscp ! --dscp 0x04 24 -A INPUT -p tcp -m dscp --dscp 0x00 -m dscp ! --dscp 0x0 [all...] |
/external/iptables/extensions/ |
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/ |
udp_socket2_win.cc | 855 int32_t dscp, 865 if ((-1 == pcp) && (-1 == dscp)) 892 if ((0 == dscp) && (-2 == _pcp) && (-1 == pcp)) [all...] |
udp_transport_impl.h | 80 int32_t SetToS(const int32_t DSCP, 82 int32_t ToS(int32_t& DSCP, bool& useSetSockOpt) const override;
|
udp_transport.h | 200 // maxBitrate and override DSCP if overrideDSCP is not 0. 211 // DSCP. 217 virtual int32_t SetToS(const int32_t DSCP, 221 virtual int32_t ToS(int32_t& DSCP,
|
/external/iproute2/ip/ |
link_gre6.c | 40 fprintf(f, " [ dscp inherit ] [ dev PHYS_DEV ]\n"); 272 } else if (strcmp(*argv, "dscp") == 0) { 366 fprintf(f, "dscp inherit ");
|
link_ip6tnl.c | 39 fprintf(f, " [ dscp inherit ] [ fwmark inherit ]\n"); 228 } else if (strcmp(*argv, "dscp") == 0) { 336 printf("dscp inherit ");
|
ip6tunnel.c | 54 fprintf(stderr, " [ dscp inherit ]\n"); 110 printf(" dscp inherit"); 230 } else if (strcmp(*argv, "dscp") == 0) {
|
/external/netperf/src/ |
dscp.c | 0 /* dscp lookup routines lifted wholesale from openssh */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/ |
ip.h | 169 * Definitions for IP differentiated services code points (DSCP) 209 * Definitions for IP type of service (ip_tos) [deprecated; use DSCP
|