/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter_ipv4/ |
ipt_dscp_.h | 20 u_int8_t dscp; member in struct:ipt_dscp_info
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_dscp_.h | 20 u_int8_t dscp; member in struct:ipt_dscp_info
|
/bionic/libc/kernel/uapi/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
|
/development/ndk/platforms/android-L/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/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 | 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
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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
|
/prebuilts/ndk/9/platforms/android-19/arch-arm64/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/9/platforms/android-19/arch-mips64/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/9/platforms/android-19/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/iptables/extensions/ |
libxt_DSCP.c | 1 /* Shared library add-on to iptables for DSCP 30 "DSCP target options\n" 31 " --set-dscp value Set DSCP field in packet header to value\n" 34 " --set-dscp-class class Set the DSCP field in packet header to the\n" 44 {.name = "set-dscp", .id = O_SET_DSCP, .excl = F_SET_DSCP_CLASS, 47 XTOPT_POINTER(struct xt_DSCP_info, dscp)}, 48 {.name = "set-dscp-class", .id = O_SET_DSCP_CLASS, .excl = F_SET_DSCP, 60 dinfo->dscp = class_to_dscp(cb->arg) [all...] |
libxt_dscp.c | 1 /* Shared library add-on to iptables for DSCP 11 * For a list of DSCP codepoints see 12 * http://www.iana.org/assignments/dscp-registry 33 "dscp match options\n" 34 "[!] --dscp value Match DSCP codepoint with numerical value\n" 37 "[!] --dscp-class name Match the DiffServ class. This value may\n" 44 {.name = "dscp", .id = O_DSCP, .excl = F_DSCP_CLASS, 47 XTOPT_POINTER(struct xt_dscp_info, dscp)}, 48 {.name = "dscp-class", .id = O_DSCP_CLASS, .excl = F_DSCP [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
asyncpacketsocket.h | 31 #include "talk/base/dscp.h" 56 PacketOptions() : dscp(DSCP_NO_CHANGE) {} 57 explicit PacketOptions(DiffServCodePoint dscp) : dscp(dscp) {} 59 DiffServCodePoint dscp; member in struct:talk_base::PacketOptions
|
/external/chromium_org/third_party/webrtc/base/ |
asyncpacketsocket.h | 14 #include "webrtc/base/dscp.h" 39 PacketOptions() : dscp(DSCP_NO_CHANGE) {} 40 explicit PacketOptions(DiffServCodePoint dscp) : dscp(dscp) {} 42 DiffServCodePoint dscp; member in struct:rtc::PacketOptions
|
/external/chromium_org/net/udp/ |
datagram_server_socket.h | 107 virtual int SetDiffServCodePoint(DiffServCodePoint dscp) = 0;
|