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

12

/macosx-10.9.5/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.9.5/Security-55471.14.18/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.9.5/xnu-2422.115.4/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.9.5/remote_cmds-41.90.1/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;
/macosx-10.9.5/ruby-104/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.9.5/Heimdal-323.92.1/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)
/macosx-10.9.5/Libc-997.90.3/gmon/
H A Dgmon.c151 unsigned short *froms; /* froms is unsigned shorts indexing into tos */
152 tostruct_t *tos; member in struct:__anon2854
/macosx-10.9.5/architecture-265/i386/
H A Dfpu.h96 tos :3, member in struct:fp_status
/macosx-10.9.5/cctools-845/include/architecture/i386/
H A Dfpu.h93 tos :3, member in struct:fp_status
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dtelnetd.c148 int tos = -1; local
282 if ((tos = parsetos(optarg, "tcp")) < 0)
294 tos = ultmp;
415 if (tos < 0 && (tp = gettosbyname("telnet", "tcp")))
416 tos = tp->t_tos;
418 if (tos < 0)
419 tos = 020; /* Low Delay bit */
420 if (tos
422 (char *)&tos, sizeof(tos)) <
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din_gif.c116 u_int8_t tos; local
142 tos = ip->ip_tos;
157 tos = (ntohl(ip6->ip6_flow) >> 20) & 0xff;
184 ip_ecn_ingress(ECN_ALLOWED, &iphdr.ip_tos, &tos);
186 ip_ecn_ingress(ECN_NOCARE, &iphdr.ip_tos, &tos);
/macosx-10.9.5/cctools-845/include/sys/
H A Dgmon.h176 tostruct_t *tos; member in struct:gmonparam
/macosx-10.9.5/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.9.5/cctools-845/libmacho/
H A Di386_swap.c100 #define __tos tos
230 tos :3, member in struct:swapped_fp_status::__anon6923::__anon6924
272 fpu->fpu_fsw.tos = sfps.u.fields.tos;
300 sfps.u.fields.tos = fpu->fpu_fsw.tos;
497 tos :3,
539 fpu->fpu_fsw.tos = sfps.u.fields.tos;
567 sfps.u.fields.tos
641 tos :3, member in struct:swapped_fp_status::__anon6927::__anon6928
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dgmon.h206 tostruct_t *tos; member in struct:gmonparam
/macosx-10.9.5/Heimdal-323.92.1/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.9.5/Heimdal-323.92.1/lib/roken/
H A Dsocket.c251 * Set the type-of-service of `sock' to `tos'.
255 socket_set_tos (rk_socket_t sock, int tos) argument
258 setsockopt (sock, IPPROTO_IP, IP_TOS, (void *) &tos, sizeof(int));
/macosx-10.9.5/curl-78.94.1/curl/tests/server/
H A Dsws.c1373 ssize_t tos[2] = {0, 0}; /* number of bytes to server */ local
1460 if(poll_server_wr[i] && tos[i]) {
1533 tos[DATA] = 0;
1556 len = sizeof(readclient[i]) - tos[i];
1559 rc = sread(clientfd[i], &readclient[i][tos[i]], len);
1568 data_to_hex(&readclient[i][tos[i]], rc));
1569 tos[i] += rc;
1612 if(tos[i] && FD_ISSET(serverfd[i], &output)) {
1614 rc = swrite(serverfd[i], readclient[i], tos[i]);
1625 if(tos[
[all...]
/macosx-10.9.5/xnu-2422.115.4/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.9.5/remote_cmds-41.90.1/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.9.5/tcpdump-56/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.9.5/OpenSSH-186/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.9.5/network_cmds-433/traceroute.tproj/
H A Dtraceroute.c515 int tos = 0, settos = 0; local
659 tos = str2val(optarg, "tos", 0, 255);
748 outip->ip_tos = tos;
867 (char *)&tos, sizeof(tos)) < 0) {
868 Fprintf(stderr, "%s: setsockopt tos %d: %s\n",
869 prog, tos, strerror(errno));
1826 "\t[-t tos] [-w waittime] [-z pausemsecs] host [packetlen]\n", prog);
/macosx-10.9.5/ruby-104/ruby/
H A Dvm_insnhelper.h86 #define GET_TOS() (tos) /* dummy */
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_atari.c32 #include <tos.h>

Completed in 936 milliseconds

12