HomeSort by relevance Sort by last modified time
    Searched defs:dscp (Results 1 - 16 of 16) sorted by null

  /bionic/libc/kernel/uapi/linux/netfilter/
xt_DSCP.h 24 __u8 dscp; member in struct:xt_DSCP_info
xt_dscp.h 26 __u8 dscp; member in struct:xt_dscp_info
  /external/iptables/extensions/
dscp_helper.c 5 * <http://www.iana.org/assignments/dscp-registry>
20 unsigned int dscp; member in struct:ds_class
57 return ds_classes[i].dscp;
61 "Invalid DSCP value `%s'\n", name);
67 dscp_to_name(unsigned int dscp)
72 if (dscp == ds_classes[i].dscp)
76 "Invalid DSCP value `%d'\n", dscp);
  /external/iptables/include/linux/netfilter/
xt_DSCP.h 1 /* x_tables module for setting the IPv4/IPv6 DSCP field
7 * See RFC2474 for a description of the DSCP field within the IP Header.
18 __u8 dscp; member in struct:xt_DSCP_info
xt_dscp.h 1 /* x_tables module for matching the IPv4/IPv6 DSCP field
6 * See RFC2474 for a description of the DSCP field within the IP Header.
21 __u8 dscp; member in struct:xt_dscp_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_DSCP.h 2 /* x_tables module for setting the IPv4/IPv6 DSCP field
8 * See RFC2474 for a description of the DSCP field within the IP Header.
19 __u8 dscp; member in struct:xt_DSCP_info
xt_dscp.h 2 /* x_tables module for matching the IPv4/IPv6 DSCP field
7 * See RFC2474 for a description of the DSCP field within the IP Header.
22 __u8 dscp; member in struct:xt_dscp_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_DSCP.h 1 /* x_tables module for setting the IPv4/IPv6 DSCP field
7 * See RFC2474 for a description of the DSCP field within the IP Header.
18 __u8 dscp; member in struct:xt_DSCP_info
xt_dscp.h 1 /* x_tables module for matching the IPv4/IPv6 DSCP field
6 * See RFC2474 for a description of the DSCP field within the IP Header.
21 __u8 dscp; member in struct:xt_dscp_info
  /external/webrtc/talk/media/base/
fakenetworkinterface.h 39 #include "webrtc/base/dscp.h"
128 rtc::DiffServCodePoint dscp() const { return dscp_; } function in class:cricket::FakeNetworkInterface
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...]
  /external/webrtc/webrtc/base/
asyncpacketsocket.h 14 #include "webrtc/base/dscp.h"
37 PacketOptions() : dscp(DSCP_NO_CHANGE), packet_id(-1) {}
38 explicit PacketOptions(DiffServCodePoint dscp) : dscp(dscp), packet_id(-1) {}
40 DiffServCodePoint dscp; member in struct:rtc::PacketOptions
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2.cc 637 options_.dscp = rtc::Optional<bool>(false);
1483 rtc::DiffServCodePoint dscp = local
    [all...]
webrtcvoiceengine.cc 107 // Default audio dscp value.
1380 rtc::DiffServCodePoint dscp = rtc::DSCP_DEFAULT; local
    [all...]
  /external/webrtc/webrtc/p2p/base/
port_unittest.cc 1558 int dscp; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 1755 uint8 dscp; member in struct:dot11_tclas_fc_1_ipv4
1794 uint8 dscp; member in struct:dot11_tclas_fc_4_ipv6
    [all...]

Completed in 871 milliseconds