Searched refs:tos (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/doc/
H A Dchew.c268 string_type *tos; variable
304 if (tos < stack)
306 if (tos >= stack + STACK)
377 if (tos->write_idx)
378 tos->write_idx--;
385 while ((isspace ((unsigned char) at (tos, tos->write_idx - 1))
386 || at (tos, tos->write_idx - 1) == '\n')
387 && tos
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/locale/
H A Dgen-translit.pl51 push(@tos, $to);
121 for ($cnt = 0; $cnt <= $#tos; ++$cnt) {
130 if ($col > 2 && $col + length($tos[$cnt]) + 6 >= 79) {
137 printf("%s", "L\"$tos[$cnt]\\0\"");
138 $col += length($tos[$cnt]) + 5;
/haiku-fatelf/src/bin/network/telnet/
H A Dmain.c69 extern int tos;
94 "[-4] [-6] [-8] [-E] [-K] [-L] [-N] [-S tos] [-X atype] [-c] [-d]",
97 "[-4] [-6] [-8] [-E] [-L] [-N] [-S tos] [-c] [-d]",
198 if ((tos = parsetos(optarg, "tcp")) < 0)
212 tos = ultmp;
H A Dcommands.c101 int tos = -1; variable
2412 if (tos < 0 && (tp = gettosbyname("telnet", "tcp")))
2413 tos = tp->t_tos;
2415 if (tos < 0)
2416 tos = IPTOS_LOWDELAY;
2417 if (tos
2419 (char *)&tos, sizeof(int)) < 0)
/haiku-fatelf/src/bin/network/telnetd/
H A Dtelnetd.c144 int tos = -1; local
280 if ((tos = parsetos(optarg, "tcp")) < 0)
292 tos = ultmp;
409 if (tos < 0 && (tp = gettosbyname("telnet", "tcp")))
410 tos = tp->t_tos;
412 if (tos < 0)
413 tos = 020; /* Low Delay bit */
414 if (tos
416 (char *)&tos, sizeof(tos)) <
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Dcoff-alpha.c779 int tos = 0;
1016 if (tos >= RELOC_STACKSIZE)
1019 stack[tos++] = relocation;
1035 if (tos == 0)
1045 val |= (stack[--tos] & ((1 << size) - 1)) << offset;
1076 if (tos == 0)
1079 stack[tos - 1] -= relocation;
1109 if (tos == 0)
1112 stack[tos - 1] >>= relocation;
1166 if (tos !
774 int tos = 0; local
1383 int tos = 0; local
[all...]
H A Dieee.c2746 int *tos = stack;
2763 *tos++ = value;
2773 *tos++ = value;
2781 *tos++ = value;
2787 *tos++ = value;
2791 *tos++ = 0;
2797 write_int (*(--tos));
2800 *tos++ = THIS ();
2805 value = *(--tos);
2806 value += *(--tos);
2743 int *tos = stack; local
[all...]
/haiku-fatelf/src/bin/network/traceroute/
H A Dtraceroute.c367 int tos = 0, settos = 0; local
445 tos = str2val(optarg, "tos", 0, 255);
530 outip->ip_tos = tos;
669 (char *)&tos, sizeof(tos)) < 0) {
670 Fprintf(stderr, "%s: setsockopt tos %d: %s\n",
671 prog, tos, strerror(errno));
1377 "\t[-m max_ttl] [ -p port] [-q nqueries] [-s src_addr] [-t tos]\n"
/haiku-fatelf/src/bin/gdb/gdb/
H A Dm68hc11-tdep.c1000 ULONGEST tos;
1003 frame_unwind_unsigned_register (next_frame, SOFT_FP_REGNUM, &tos);
1004 tos += 2;
1005 return frame_id_build (tos, pc);
999 ULONGEST tos; local
H A Di386-tdep.c1526 int tos;
1534 tos = (fstat >> 11) & 0x7;
1535 fpreg = (mmxreg + tos) % 8;
1516 int tos; local
/haiku-fatelf/src/bin/network/ping/
H A Dping.c197 int tos = 0; local
296 tos = strtoul(optarg, NULL, 0);
297 if (tos > 0xFF)
298 errx(1, "bad tos value: %s", optarg);
395 ip->ip_tos = tos;
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_output.c826 uint8_t tos; local
832 offsetof(struct ip, ip_tos), sizeof(tos), &tos);
833 tos >>= 5; /* NB: ECN + low 3 bits of DSCP */
834 d_wme_ac = TID_TO_WME_AC(tos);
840 uint8_t tos; local
847 tos = (uint8_t)(ntohl(flow) >> 20);
848 tos >>= 5; /* NB: ECN + low 3 bits of DSCP */
849 d_wme_ac = TID_TO_WME_AC(tos);
/haiku-fatelf/src/bin/network/ftp/
H A Dftp.c266 int tos = IPTOS_LOWDELAY; local
268 (void *)&tos, sizeof(tos)) == -1) {
1743 int tos = IPTOS_THROUGHPUT; local
1745 (void *)&tos, sizeof(tos)) == -1) {
/haiku-fatelf/src/bin/network/ftpd/
H A Dftpd.c283 int ch, on = 1, tos; local
584 tos = IPTOS_LOWDELAY;
585 if (setsockopt(0, IPPROTO_IP, IP_TOS, &tos, sizeof(int)) < 0)
1936 int retry = 0, tos, conerrno; local
1982 tos = IPTOS_THROUGHPUT;
1983 if (setsockopt(s, IPPROTO_IP, IP_TOS, &tos, sizeof(int)) < 0)

Completed in 209 milliseconds