HomeSort by relevance Sort by last modified time
    Searched refs:tos (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/chromium_org/chrome/browser/resources/print_preview/search/
fedex_tos.css 5 .fedex-tos {
12 .fedex-tos .tos-text {
16 .fedex-tos .agreement-box {
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ipt_TOS.h 20 u_int8_t tos; member in struct:ipt_tos_target_info
ipt_tos_.h 16 u_int8_t tos; member in struct:ipt_tos_info
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
CipherOutputStreamTest.java 56 TestOutputStream tos = new TestOutputStream(); local
57 CipherOutputStream cos = new CipherOutputStream(tos);
60 byte[] result = tos.toByteArray();
72 TestOutputStream tos = new TestOutputStream(); local
73 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher());
78 byte[] result = tos.toByteArray();
90 TestOutputStream tos = new TestOutputStream(); local
91 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher());
94 byte[] result = tos.toByteArray();
105 TestOutputStream tos = new TestOutputStream() local
148 TestOutputStream tos = new TestOutputStream(); local
164 TestOutputStream tos = new TestOutputStream(); local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_terms_of_service.css 10 #tos-container {
27 #tos-subheading {
34 #tos-container {
40 #tos-content {
49 #tos-content-main {
53 #tos-loading,
54 #tos-error {
74 .step.tos-loading #tos-content {
78 .step.tos-loading #tos-loading
    [all...]
  /bionic/libc/kernel/uapi/linux/
in_route.h 44 #define RT_TOS(tos) ((tos)&IPTOS_TOS_MASK)
ip.h 25 #define IPTOS_TOS(tos) ((tos)&IPTOS_TOS_MASK)
32 #define IPTOS_PREC(tos) ((tos)&IPTOS_PREC_MASK)
100 __u8 tos; member in struct:iphdr
fib_rules.h 37 __u8 tos; member in struct:fib_rule_hdr
  /development/ndk/platforms/android-L/include/linux/
in_route.h 44 #define RT_TOS(tos) ((tos)&IPTOS_TOS_MASK)
ip.h 25 #define IPTOS_TOS(tos) ((tos)&IPTOS_TOS_MASK)
32 #define IPTOS_PREC(tos) ((tos)&IPTOS_PREC_MASK)
100 __u8 tos; member in struct:iphdr
fib_rules.h 37 __u8 tos; member in struct:fib_rule_hdr
  /external/kernel-headers/original/uapi/linux/
in_route.h 30 #define RT_TOS(tos) ((tos)&IPTOS_TOS_MASK)
ip.h 23 #define IPTOS_TOS(tos) ((tos)&IPTOS_TOS_MASK)
30 #define IPTOS_PREC(tos) ((tos)&IPTOS_PREC_MASK)
95 __u8 tos; member in struct:iphdr
fib_rules.h 22 __u8 tos; member in struct:fib_rule_hdr
  /development/ndk/platforms/android-3/include/linux/
ip.h 18 #define IPTOS_TOS(tos) ((tos)&IPTOS_TOS_MASK)
25 #define IPTOS_PREC(tos) ((tos)&IPTOS_PREC_MASK)
85 __u8 tos; member in struct:iphdr
  /external/iproute2/examples/diffserv/
Edge32-ca-u32 58 match ip tos 0x88 0xfc \
62 match ip tos 0x88 0xfc \
71 match ip tos 0x88 0xfc \
75 match ip tos 0x88 0xfc \
83 match ip tos 0x88 0xfc \
87 match ip tos 0x88 0xfc \
98 match ip tos 0x90 0xfc \
102 match ip tos 0x90 0xfc \
110 match ip tos 0x90 0xfc \
114 match ip tos 0x90 0xfc
    [all...]
Edge31-ca-u32 54 match ip tos 0x88 0xfc \
63 match ip tos 0x88 0xfc \
71 match ip tos 0x88 0xfc \
83 match ip tos 0x90 0xfc \
91 match ip tos 0x90 0xfc \
102 match ip tos 0x98 0xfc \
  /external/libnl/src/
nl-fib-lookup.c 22 " -T, --tos <int> Type of Service\n");
37 int tos = 0, err = 1; local
45 {"tos", 1, 0, 'T'},
66 tos = strtoul(optarg, NULL, 0);
93 flnl_request_set_tos(request, tos);
  /cts/tools/dasm/src/java_cup/runtime/
lr_parser.java 232 protected int tos; field in class:lr_parser
501 tos = 0;
517 tos++;
526 lhs_sym = do_action((-act)-1, this, stack, tos);
536 tos--;
545 tos++;
665 tos = 0;
682 tos++;
692 lhs_sym = do_action((-act)-1, this, stack, tos);
704 tos--
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_ip.h 39 __u8 tos; member in struct:ebt_ip_info
  /development/ndk/platforms/android-L/include/linux/netfilter_bridge/
ebt_ip.h 39 __u8 tos; member in struct:ebt_ip_info
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_ip.h 36 __u8 tos; member in struct:ebt_ip_info
  /external/iptables/extensions/
libxt_tos.c 2 * Shared library add-on to iptables to add tos match support
19 uint8_t tos; member in struct:ipt_tos_info
28 {.name = "tos", .id = O_TOS, .type = XTTYPE_TOSMASK,
34 {.name = "tos", .id = O_TOS, .type = XTTYPE_TOSMASK,
44 "tos match options:\n"
45 "[!] --tos value[/mask] Match Type of Service/Priority field value\n"
46 "[!] --tos symbol Match TOS field (IPv4 only) by symbol\n"
62 xtables_error(PARAMETER_PROBLEM, "tos: Your kernel is "
65 info->tos = cb->val.tos_value
    [all...]
  /external/iproute2/include/linux/
fib_rules.h 22 __u8 tos; member in struct:fib_rule_hdr
  /external/iproute2/ip/
link_gre.c 32 fprintf(stderr, " [ ttl TTL ] [ tos TOS ] [ [no]pmtudisc ] [ dev PHYS_DEV ]\n");
36 fprintf(stderr, " TOS := { NUMBER | inherit }\n");
63 __u8 tos = 0; local
126 tos = rta_getattr_u8(greinfo[IFLA_GRE_TOS]);
224 } else if (!matches(*argv, "tos") ||
232 invarg("bad TOS value", *argv);
233 tos = uval;
235 tos = 1;
264 addattr_l(n, 1024, IFLA_GRE_TOS, &tos, 1)
315 int tos = rta_getattr_u8(tb[IFLA_GRE_TOS]); local
    [all...]

Completed in 1162 milliseconds

1 2 3 4