| /src/sys/netinet/ |
| in_gif.c | 92 u_int8_t tos; local 120 tos = ip->ip_tos; 135 tos = (ntohl(ip6->ip6_flow) >> 20) & 0xff; 162 ip_ecn_ingress(ECN_ALLOWED, &iphdr.ip_tos, &tos); 164 ip_ecn_ingress(ECN_NOCARE, &iphdr.ip_tos, &tos);
|
| /src/sys/net/ |
| if_stf.c | 359 uint8_t tos; local 397 tos = (ntohl(ip6->ip6_flow) >> 20) & 0xff; 433 ip_ecn_ingress(ECN_ALLOWED, &ip->ip_tos, &tos); 435 ip_ecn_ingress(ECN_NOCARE, &ip->ip_tos, &tos);
|
| /src/sys/sys/ |
| gmon.h | 127 struct tostruct *tos; member in struct:gmonparam
|
| /src/usr.sbin/altq/libaltq/ |
| quip_server.c | 288 char src[128], dst[128], smask[128], dmask[128], tos[128]; local 315 tos[0] = '\0'; 317 snprintf(tos, sizeof(tos), " tos %#x tosmask %#x", 326 filt->ff_flow.fi_proto, tos);
|
| parser.c | 107 {"filter", filter_parser, "filter if_name class_name [name filt_name] dst [netmask #] dport src [netmask #] sport proto [tos # [tosmask #] [gpi #] [dontwarn]"}, 560 u_char tos, tosmask; local 632 if (EQUAL(w, "tos")) { 633 tos = 0; 637 tos = (u_char)strtol(w, NULL, 0); 645 sfilt.ff_flow.fi_tos = tos;
|
| /src/usr.sbin/kgmon/ |
| kgmon.c | 345 struct tostruct *tos; local 435 if ((tos = malloc((size_t)kvp->gpm.tossize)) == NULL) 436 err(EXIT_FAILURE, "cannot allocate %zu tos space", 439 i = kvm_read(kvp->kd, (u_long)kvp->gpm.tos, (void *)tos, 444 if (sysctl(mib, miblen, tos, &i, NULL, 0) < 0) 448 errx(EXIT_FAILURE, "read tos: read %zu, got %zu: %s", 461 toindex = tos[toindex].link) { 465 getprogname(), frompc, tos[toindex].selfpc, 466 tos[toindex].count) [all...] |
| /src/external/bsd/tcpdump/dist/ |
| print-cnfp.c | 78 nd_uint8_t tos; /* IP type of service */ member in struct:nfrec_v1 111 nd_uint8_t tos; /* IP type of service */ member in struct:nfrec_v5 145 nd_uint8_t tos; /* IP type of service */ member in struct:nfrec_v6 238 ND_PRINT("tos %u, %u (%u octets) %s", 239 GET_U_1(nr->tos), 340 ND_PRINT("tos %u, %u (%u octets) %s", 341 GET_U_1(nr->tos), 445 ND_PRINT("tos %u, %u (%u octets) %s", 446 GET_U_1(nr->tos),
|
| /src/external/gpl3/gcc/dist/gcc/ |
| lcm.cc | 628 basic_block *worklist, *tos, bb; 636 tos = worklist = XNEWVEC (basic_block, n_basic_blocks_for_fn (cfun) + 1); 657 *tos++ = bb; 662 while (tos != worklist) 665 bb = *--tos; 684 *tos++ = e->src; 699 free (tos); 627 basic_block *worklist, *tos, bb; local
|
| cfganal.cc | 189 basic_block *tos, *worklist, bb; 191 tos = worklist = XNEWVEC (basic_block, n_basic_blocks_for_fn (cfun)); 204 *tos++ = e->dest; 212 while (tos != worklist) 214 basic_block b = *--tos; 222 *tos++ = dest; 188 basic_block *tos, *worklist, bb; local
|
| /src/external/gpl3/gcc/dist/libgcc/config/sol2/ |
| gmon.c | 77 /* froms is actually a bunch of unsigned shorts indexing tos. */ 80 static struct tostruct *tos = NULL; variable in typeref:struct:tostruct 128 tos = sbrk (tolimit * sizeof (struct tostruct)); 129 if (tos == (void *) -1) { 132 tos = NULL; 135 tos[0].link = 0; 205 toindex = tos[toindex].link) { 208 frompc, tos[toindex].selfpc, tos[toindex].count); 211 rawarc.raw_selfpc = (unsigned long) tos[toindex].selfpc [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| lcm.cc | 629 basic_block *worklist, *tos, bb; 637 tos = worklist = XNEWVEC (basic_block, n_basic_blocks_for_fn (cfun) + 1); 658 *tos++ = bb; 663 while (tos != worklist) 666 bb = *--tos; 685 *tos++ = e->src; 700 free (tos); 628 basic_block *worklist, *tos, bb; local
|
| tree-ssa-loop-unswitch.cc | 387 basic_block *tos, *worklist; local 392 tos = worklist = XNEWVEC (basic_block, loop->num_nodes); 398 *tos++ = bbs[0]; 405 while (tos != worklist) 407 basic_block b = *--tos; 434 *tos++ = dest;
|
| cfganal.cc | 189 basic_block *tos, *worklist, bb; 191 tos = worklist = XNEWVEC (basic_block, n_basic_blocks_for_fn (cfun)); 204 *tos++ = e->dest; 212 while (tos != worklist) 214 basic_block b = *--tos; 222 *tos++ = dest; 188 basic_block *tos, *worklist, bb; local
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/sol2/ |
| gmon.c | 77 /* froms is actually a bunch of unsigned shorts indexing tos. */ 80 static struct tostruct *tos = NULL; variable in typeref:struct:tostruct 128 tos = sbrk (tolimit * sizeof (struct tostruct)); 129 if (tos == (void *) -1) { 132 tos = NULL; 135 tos[0].link = 0; 205 toindex = tos[toindex].link) { 208 frompc, tos[toindex].selfpc, tos[toindex].count); 211 rawarc.raw_selfpc = (unsigned long) tos[toindex].selfpc [all...] |
| /src/libexec/telnetd/ |
| telnetd.c | 165 int tos = -1; local 314 fprintf(stderr, "%s%s\n", "TOS option unavailable; ", 424 if (tos < 0) 425 tos = 020; /* Low Delay bit */ 426 if (tos 428 (char *)&tos, sizeof(tos)) < 0)
|
| /src/sys/netipsec/ |
| ipsecif.c | 134 uint8_t proto, uint8_t tos) 171 ip->ip_tos = tos; 183 ip_ecn_ingress(ECN_ALLOWED, &ip->ip_tos, &tos); 185 ip_ecn_ingress(ECN_NOCARE, &ip->ip_tos, &tos); 228 int tos; local 245 tos = ip->ip_tos; 261 tos = (ntohl(ip6->ip6_flow) >> 20) & 0xff; 273 *tos0 = tos; 372 u_int8_t tos; local 413 m = ipsecif4_flowinfo(m, family, &proto, &tos); [all...] |
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| files.c | 306 FSTACK *tos = filestack; 308 if (!tos) 325 input_filename = tos->filename; 326 input_text = tos->text; 327 input_text_length = tos->size; 328 input_text_offset = tos->offset; 329 line_number = tos->line_number; 330 free (tos); 303 FSTACK *tos = filestack; local
|
| html.c | 424 HSTACK *tos = htmlstack; 426 if (!tos) 435 free (tos); 420 HSTACK *tos = htmlstack; local
|
| /src/dist/pf/sbin/pfctl/ |
| parse.y | 194 u_int32_t tos; 414 %token NOROUTE URPFFAILED FRAGMENT USER GROUP MAXMSS MAXIMUM TTL TOS DROP TABLE 430 %type <v.number> tos not yesno 1750 r.tos = $9.tos; 2095 | tos { 2097 yyerror("tos cannot be redefined"); 2101 filter_opts.tos = $1; 3069 tos : TOS STRING label [all...] |
| /src/usr.bin/dc/ |
| bcode.c | 69 static __inline struct value *tos(void); 458 tos(void) function 496 struct value *value = tos(); 508 struct value *value = tos();
|
| /src/external/bsd/byacc/dist/ |
| output.c | 22 static Value_t **tos; variable 567 tos[i] = s = NEW2(shiftcount, Value_t); 587 tos[nstates + i] = s = NEW2(reducecount, Value_t); 608 tos[2 * nstates + i] = s = NEW2(conflictcount, Value_t); 693 tos[symno] = sp2 = NEW2(count, Value_t); 825 if (tos[j][k] != tos[i][k] || froms[j][k] != froms[i][k]) 853 to = tos[i]; 956 if (tos[i]) 957 FREE(tos[i]) [all...] |
| /src/external/gpl3/binutils/dist/bfd/doc/ |
| chew.c | 53 stdout - put stdout marker on TOS 54 stderr - put stderr marker on TOS 55 print - print TOS-1 on TOS (eg: "hello\n" stdout print) 58 copy_past_newline - append input, up to and including newline into TOS 60 drop - discard TOS 62 remchar - delete last character from TOS 64 do_fancy_stuff - translate <<foo>> to @code{foo} in TOS 65 bulletize - if "o" lines found, prepend @itemize @bullet to TOS 133 string_type *tos; variable [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/doc/ |
| chew.c | 53 stdout - put stdout marker on TOS 54 stderr - put stderr marker on TOS 55 print - print TOS-1 on TOS (eg: "hello\n" stdout print) 58 copy_past_newline - append input, up to and including newline into TOS 60 drop - discard TOS 62 remchar - delete last character from TOS 64 do_fancy_stuff - translate <<foo>> to @code{foo} in TOS 65 bulletize - if "o" lines found, prepend @itemize @bullet to TOS 133 string_type *tos; variable [all...] |
| /src/external/gpl3/gdb/dist/bfd/doc/ |
| chew.c | 53 stdout - put stdout marker on TOS 54 stderr - put stderr marker on TOS 55 print - print TOS-1 on TOS (eg: "hello\n" stdout print) 58 copy_past_newline - append input, up to and including newline into TOS 60 drop - discard TOS 62 remchar - delete last character from TOS 64 do_fancy_stuff - translate <<foo>> to @code{foo} in TOS 65 bulletize - if "o" lines found, prepend @itemize @bullet to TOS 133 string_type *tos; variable [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/doc/ |
| chew.c | 53 stdout - put stdout marker on TOS 54 stderr - put stderr marker on TOS 55 print - print TOS-1 on TOS (eg: "hello\n" stdout print) 58 copy_past_newline - append input, up to and including newline into TOS 60 drop - discard TOS 62 remchar - delete last character from TOS 64 do_fancy_stuff - translate <<foo>> to @code{foo} in TOS 65 bulletize - if "o" lines found, prepend @itemize @bullet to TOS 133 string_type *tos; variable [all...] |