HomeSort by relevance Sort by last modified time
    Searched refs:tos (Results 51 - 75 of 204) sorted by null

1 23 4 5 6 7 8 9

  /external/iproute2/ip/
iplink_vxlan.c 33 " [ tos TOS ]\n"
53 " TOS := { NUMBER | inherit }\n"
176 } else if (!matches(*argv, "tos") ||
179 __u8 tos; local
182 check_duparg(&attrs, IFLA_VXLAN_TOS, "tos", *argv);
185 invarg("bad TOS value", *argv);
186 tos = uval;
188 tos = 1;
189 addattr8(n, 1024, IFLA_VXLAN_TOS, tos);
397 __u8 tos; local
    [all...]
link_gre.c 35 " [ tos TOS ]\n"
50 " TOS := { NUMBER | inherit }\n"
91 __u8 tos = 0; local
154 tos = rta_getattr_u8(greinfo[IFLA_GRE_TOS]);
277 } else if (!matches(*argv, "tos") ||
285 invarg("bad TOS value", *argv);
286 tos = uval;
288 tos = 1;
371 addattr_l(n, 1024, IFLA_GRE_TOS, &tos, 1)
438 int tos = rta_getattr_u8(tb[IFLA_GRE_TOS]); local
    [all...]
iptunnel.c 40 fprintf(stderr, " [ ttl TTL ] [ tos TOS ] [ [no]pmtudisc ] [ dev PHYS_DEV ]\n");
44 fprintf(stderr, " TOS := { STRING | 00..ff | inherit | inherit/STRING | inherit/00..ff }\n");
154 } else if (strcmp(*argv, "tos") == 0 ||
165 p->iph.tos = 0;
167 p->iph.tos = 1;
170 invarg("bad TOS value", *argv);
171 p->iph.tos |= uval;
339 if (p->iph.tos) {
341 printf(" tos");
    [all...]
iprule.c 47 "SELECTOR := [ not ] [ from PREFIX ] [ to PREFIX ] [ tos TOS ] [ fwmark FWMARK[/MASK] ]\n"
67 unsigned int tos, tosmask; member in struct:__anon22174
115 if (filter.tosmask && filter.tos ^ r->rtm_tos)
239 fprintf(fp, "tos %s ",
447 } else if (strcmp(*argv, "tos") == 0) {
448 __u32 tos; local
451 if (rtnl_dsfield_a2n(&tos, *argv))
452 invarg("TOS value is invalid\n", *argv);
453 filter.tos = tos
633 __u32 tos; local
    [all...]
  /external/tcpdump/
print-cnfp.c 81 uint8_t tos; /* IP type of service */ member in struct:nfrec_v1
114 uint8_t tos; /* IP type of service */ member in struct:nfrec_v5
148 uint8_t tos; /* IP type of service */ member in struct:nfrec_v6
234 ND_PRINT((ndo, "tos %u, %u (%u octets) %s",
235 nr->tos,
330 ND_PRINT((ndo, "tos %u, %u (%u octets) %s",
331 nr->tos,
429 ND_PRINT((ndo, "tos %u, %u (%u octets) %s",
430 nr->tos,
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
platform.mk 31 $(eval $(call FIP_ADD_IMG,BL32_EXTRA1,--tos-fw-extra1))
34 $(eval $(call FIP_ADD_IMG,BL32_EXTRA2,--tos-fw-extra2))
  /external/libnl/lib/fib_lookup/
request.c 66 diff |= REQ_DIFF(TOS, a->lr_tos != b->lr_tos);
108 void flnl_request_set_tos(struct flnl_request *req, int tos)
110 req->lr_tos = tos;
  /external/libnl/lib/idiag/
idiag.c 168 __ADD(IDIAG_ATTR_TOS, tos)
257 __ADD(IDIAG_ATTR_TOS, tos)
  /external/strace/tests/
inet-cmsg.c 59 const uint8_t *tos = (const uint8_t *) CMSG_DATA(c); local
61 printf("IP_TOS, cmsg_data=[%#x]", *tos);
  /external/strace/tests-m32/
inet-cmsg.c 59 const uint8_t *tos = (const uint8_t *) CMSG_DATA(c); local
61 printf("IP_TOS, cmsg_data=[%#x]", *tos);
  /external/strace/tests-mx32/
inet-cmsg.c 59 const uint8_t *tos = (const uint8_t *) CMSG_DATA(c); local
61 printf("IP_TOS, cmsg_data=[%#x]", *tos);
  /external/syslinux/core/lwip/src/core/ipv4/
ip.c 561 * @param tos the TOS value to be set in the IP header
573 u8_t ttl, u8_t tos,
577 return ip_output_if_opt(p, src, dest, ttl, tos, proto, netif, NULL, 0);
587 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options,
660 IPH_VHLTOS_SET(iphdr, 4, ip_hlen / 4, tos);
741 * @param tos the TOS value to be set in the IP header
749 u8_t ttl, u8_t tos, u8_t proto)
764 return ip_output_if(p, src, dest, ttl, tos, proto, netif)
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/voicemail/listui/error/
VoicemailTosMessageCreator.java 116 // Accepting the TOS also acknowledges the latest features
153 // Feature acknowledgement also means accepting TOS
181 LogUtil.i("VoicemailTosMessageCreator.shouldShowTos", "already accepted TOS");
186 LogUtil.i("VoicemailTosMessageCreator.shouldShowTos", "showing TOS for verizon");
192 "VoicemailTosMessageCreator.shouldShowTos", "showing TOS for Google transcription users");
245 "showing decline ToS dialog, status=" + status);
467 // For verizon the TOS consist of three pieces: google dialer TOS, Verizon TOS message and
468 // Verizon TOS details
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
sockets.h 196 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK)
213 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK)
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTest.java 88 final Address[] tos = Address.fromHeader(toList); local
96 message.setRecipients(RecipientType.TO, tos);
130 final Address[] tos = Address.fromHeader(toList); local
138 message.setRecipients(RecipientType.TO, tos);
  /toolchain/binutils/binutils-2.27/bfd/
coff-alpha.c 748 int tos = 0;
985 if (tos >= RELOC_STACKSIZE)
988 stack[tos++] = relocation;
1004 if (tos == 0)
1014 val |= (stack[--tos] & ((1 << size) - 1)) << offset;
1045 if (tos == 0)
1048 stack[tos - 1] -= relocation;
743 int tos = 0; local
1343 int tos = 0; local
    [all...]
  /prebuilts/go/darwin-x86/src/debug/gosym/
symtab.go 608 tos := noPath
619 tos = &stackEnt{s.Name, val, 0, noPath}
623 if tos == noPath {
626 tos.prev.offset += val - tos.start
627 tos = tos.prev
631 tos = &stackEnt{s.Name, val, 0, tos}
635 if tos == noPath
    [all...]
  /prebuilts/go/linux-x86/src/debug/gosym/
symtab.go 608 tos := noPath
619 tos = &stackEnt{s.Name, val, 0, noPath}
623 if tos == noPath {
626 tos.prev.offset += val - tos.start
627 tos = tos.prev
631 tos = &stackEnt{s.Name, val, 0, tos}
635 if tos == noPath
    [all...]
  /external/libunwind/src/dwarf/
Gexpr.c 199 unsigned int tos = 0; local
206 if ((tos - 1) >= MAX_EXPR_STACK_SIZE) \
211 stack[--tos]; \
215 if (tos >= MAX_EXPR_STACK_SIZE) \
220 stack[tos++] = (x); \
224 unsigned int _index = tos - 1 - (n); \
  /external/libyuv/files/tools_libyuv/valgrind/
libyuv_tests.bat 50 echo "See http://www.chromium.org/developers/how-tos/using-valgrind/dr-memory"
66 echo "See http://www.chromium.org/developers/how-tos/using-valgrind/threadsanitizer/threadsanitizer-on-windows"
  /external/scapy/scapy/contrib/
igmpv3.py 167 tos=0xc0, variable
  /prebuilts/go/darwin-x86/src/runtime/
gc_test.go 577 tos := -1
581 if tos == -1 {
583 tos = 0
587 n := stack[tos]
589 tos--
592 stack[tos] = n.l
593 stack[tos+1] = n.r
594 tos++
  /prebuilts/go/linux-x86/src/runtime/
gc_test.go 577 tos := -1
581 if tos == -1 {
583 tos = 0
587 n := stack[tos]
589 tos--
592 stack[tos] = n.l
593 stack[tos+1] = n.r
594 tos++
  /external/vixl/src/aarch64/
macro-assembler-aarch64.cc     [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
arm_common.mk 94 $(eval $(call FIP_ADD_IMG,BL32_EXTRA1,--tos-fw-extra1))
97 $(eval $(call FIP_ADD_IMG,BL32_EXTRA2,--tos-fw-extra2))

Completed in 1241 milliseconds

1 23 4 5 6 7 8 9