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

12

/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/doc/
H A Dchew.c269 string_type *tos; variable
305 if (tos < stack)
307 if (tos >= stack + STACK)
378 if (tos->write_idx)
379 tos->write_idx--;
386 while ((isspace ((unsigned char) at (tos, tos->write_idx - 1))
387 || at (tos, tos->write_idx - 1) == '\n')
388 && tos
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_ctx.c105 ctx->tos = 0;
129 ctx->pos[ctx->depth] = ctx->tos;
135 if (ctx->depth > BN_CTX_NUM_POS || ctx->tos >= BN_CTX_NUM)
145 return (&(ctx->bn[ctx->tos++]));
161 ctx->tos = ctx->pos[ctx->depth];
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsubr_prof.c98 * Froms is actually a bunch of unsigned shorts indexing tos
142 p->tos = cp;
202 gp->tos, gp->tossize);
264 toindex = ++p->tos[0].link;
270 top = &p->tos[toindex];
276 top = &p->tos[toindex];
298 toindex = ++p->tos[0].link;
302 top = &p->tos[toindex];
313 top = &p->tos[top->link];
336 printf("mcount: tos overflo
[all...]
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
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]",
189 if ((tos = parsetos(optarg, "tcp")) < 0)
203 tos = ultmp;
H A Dcommands.c101 int tos = -1; variable
2435 if (tos < 0 && (tp = gettosbyname("telnet", "tcp")))
2436 tos = tp->t_tos;
2438 if (tos < 0)
2439 tos = IPTOS_LOWDELAY;
2440 if (tos
2442 (char *)&tos, sizeof(int)) < 0)
/macosx-10.10.1/ruby-106/ruby/tool/
H A Denc-emoji4unicode.rb38 tos = str_to.split('+')
39 to_utf8 = tos.map(&:hex).pack("U*").unpack("H*").first
40 comment = "[%s] U+%X -> %s" % [name, from.hex, tos.map{|c| "U+%X"%c.hex}.join(' ')]
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dmain.c67 "[-8] [-E] [-K] [-L] [-G] [-S tos] [-X atype] [-a] [-c] [-d] [-e char]",
70 "[-8] [-E] [-L] [-S tos] [-a] [-c] [-d] [-e char] [-l user]",
229 extern int tos;
231 if ((tos = parsetos(optarg, "tcp")) < 0)
H A Dcommands.c39 int tos = -1; variable
2221 if (tos < 0 && (tp = gettosbyname("telnet", "tcp")))
2222 tos = tp->t_tos;
2224 if (tos < 0)
2225 tos = 020; /* Low Delay bit */
2226 if (tos
2228 (void *)&tos, sizeof(int)) < 0)
/macosx-10.10.1/Libc-1044.1.2/gmon/
H A Dgmon.c151 unsigned short *froms; /* froms is unsigned shorts indexing into tos */
152 tostruct_t *tos; member in struct:__anon2733
/macosx-10.10.1/architecture-266/i386/
H A Dfpu.h96 tos :3, member in struct:fp_status
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din_gif.c112 u_int8_t tos; local
138 tos = ip->ip_tos;
153 tos = (ntohl(ip6->ip6_flow) >> 20) & 0xff;
180 ip_ecn_ingress(ECN_ALLOWED, &iphdr.ip_tos, &tos);
182 ip_ecn_ingress(ECN_NOCARE, &iphdr.ip_tos, &tos);
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-alpha.c796 int tos = 0;
1033 if (tos >= RELOC_STACKSIZE)
1036 stack[tos++] = relocation;
1052 if (tos == 0)
1062 val |= (stack[--tos] & ((1 << size) - 1)) << offset;
1093 if (tos == 0)
1096 stack[tos - 1] -= relocation;
1126 if (tos == 0)
1129 stack[tos - 1] >>= relocation;
1184 if (tos !
791 int tos = 0; local
1384 int tos = 0; local
[all...]
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dtelnetd.c148 int tos = -1; local
285 if ((tos = parsetos(optarg, "tcp")) < 0)
297 tos = ultmp;
418 if (tos < 0 && (tp = gettosbyname("telnet", "tcp")))
419 tos = tp->t_tos;
421 if (tos < 0)
422 tos = 020; /* Low Delay bit */
423 if (tos
425 (char *)&tos, sizeof(tos)) <
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dtelnetd.c155 int tos = -1; local
297 if ((tos = parsetos(optarg, "tcp")) < 0)
448 if (tos < 0 && (tp = gettosbyname("telnet", "tcp")))
449 tos = tp->t_tos;
451 if (tos < 0)
452 tos = 020; /* Low Delay bit */
453 if (tos
456 (void *)&tos, sizeof(tos)) < 0)
491 fprintf(stderr, " [-S tos]");
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dgmon.h206 tostruct_t *tos; member in struct:gmonparam
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dsocket.c248 * Set the type-of-service of `sock' to `tos'.
252 socket_set_tos (rk_socket_t sock, int tos) argument
255 setsockopt (sock, IPPROTO_IP, IP_TOS, (void *) &tos, sizeof(int));
/macosx-10.10.1/curl-83.1.2/curl/tests/server/
H A Dsws.c1387 ssize_t tos[2] = {0, 0}; /* number of bytes to server */ local
1474 if(poll_server_wr[i] && tos[i]) {
1547 tos[DATA] = 0;
1570 len = sizeof(readclient[i]) - tos[i];
1573 rc = sread(clientfd[i], &readclient[i][tos[i]], len);
1582 data_to_hex(&readclient[i][tos[i]], rc));
1583 tos[i] += rc;
1626 if(tos[i] && FD_ISSET(serverfd[i], &output)) {
1628 rc = swrite(serverfd[i], readclient[i], tos[i]);
1639 if(tos[
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_stf.c523 u_int8_t tos; local
560 tos = (ntohl(ip6->ip6_flow) >> 20) & 0xff;
603 ip_ecn_ingress(ECN_ALLOWED, &ip->ip_tos, &tos);
605 ip_ecn_ingress(ECN_NOCARE, &ip->ip_tos, &tos);
/macosx-10.10.1/remote_cmds-47/rcp.tproj/
H A Drcp.c294 int i, tos; local
368 tos = IPTOS_THROUGHPUT;
370 &tos, sizeof(int)) < 0)
386 int i, len, tos; local
438 tos = IPTOS_THROUGHPUT;
439 if (setsockopt(rem, IPPROTO_IP, IP_TOS, &tos,
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-ospf.c534 ospf_print_tos_metrics(const union un_tos *tos) argument
539 toscount = tos->link.link_tos_count+1;
548 metric_count ? tos->metrics.tos_type : 0),
549 metric_count ? tos->metrics.tos_type : 0,
550 EXTRACT_16BITS(&tos->metrics.tos_metric));
552 tos++;
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dpacket.c1799 packet_set_tos(int tos) argument
1807 debug3("%s: set IP_TOS 0x%02x", __func__, tos);
1809 IPPROTO_IP, IP_TOS, &tos, sizeof(tos)) < 0)
1811 tos, strerror(errno));
1816 debug3("%s: set IPV6_TCLASS 0x%02x", __func__, tos);
1818 IPPROTO_IPV6, IPV6_TCLASS, &tos, sizeof(tos)) < 0)
1820 tos, strerror(errno));
/macosx-10.10.1/network_cmds-457/traceroute.tproj/
H A Dtraceroute.c511 int tos = 0, settos = 0; local
655 tos = str2val(optarg, "tos", 0, 255);
744 outip->ip_tos = tos;
863 (char *)&tos, sizeof(tos)) < 0) {
864 Fprintf(stderr, "%s: setsockopt tos %d: %s\n",
865 prog, tos, strerror(errno));
1822 "\t[-t tos] [-w waittime] [-z pausemsecs] host [packetlen]\n", prog);
/macosx-10.10.1/ruby-106/ruby/
H A Dvm_insnhelper.h86 #define GET_TOS() (tos) /* dummy */
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_atari.c32 #include <tos.h>
/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dftp.c256 int tos = IPTOS_LOWDELAY; local
258 (void *)&tos, sizeof(tos)) == -1) {
1729 int tos = IPTOS_THROUGHPUT; local
1731 (void *)&tos, sizeof(tos)) == -1) {

Completed in 340 milliseconds

12