Searched refs:optp (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.10/Libinfo-459/gen.subproj/
H A Dip6opt.c297 u_int8_t *optp, *lim; local
326 for (optp = *tptrp; optp < lim; optp += optlen) {
327 if (*optp == type) {
328 *tptrp = optp;
331 if ((optlen = ip6optlen(optp, lim)) == 0)
443 u_int8_t *optp = (u_int8_t *)extbuf + offset; local
447 *optp = IP6OPT_PAD1;
448 optp
502 u_int8_t *optp, *lim; local
550 u_int8_t *optp, *lim; local
[all...]
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dmutex.c44 static int optp = 0; variable
79 optp = 1;
117 optp?(MAP_ANON | MAP_SHARED):MAP_ANON|MAP_PRIVATE,
124 if (optp)
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_lat_sig_catch.c75 static int optp = 1; variable
175 optp = sizetoint(optarg);
H A Dlmbench_lat_sig_install.c75 static int optp = 1; variable
175 optp = sizetoint(optarg);
H A Dlmbench_lat_sig_send.c75 static int optp = 1; variable
175 optp = sizetoint(optarg);
H A Dlmbench_lat_sig_prot.c82 static int optp = 1; variable
200 optp = sizetoint(optarg);
H A Dlmbench_select_file.c100 static int optp = 1; variable
286 optp = sizetoint(optarg);
H A Dlmbench_bw_mem.c141 static int optp = 1; variable
557 optp = sizetoint(optarg);
558 if (optp <= 0)
577 // (void) fprintf(stderr, "optp = %i optw = %i optn = %i opt_size = %i\n",
578 // optp, optw, optn, opt_size);
590 ts->parallel = optp;
H A Dlmbench_select_tcp.c115 static int optp = 1; variable
514 optp = sizetoint(optarg);
/macosx-10.10/netcat-22/
H A Dsourceroute.c78 * optp: pointer to an integer that should be filled in with
102 * *optp: This will be filled in with appropriate option for
106 sourceroute(struct addrinfo *ai, char *arg, char **cpp, int *lenp, int *protop, int *optp) argument
160 *optp = IPV6_PKTOPTIONS;
181 *optp = IP_OPTIONS;
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dudp6_output.c154 struct ip6_pktopts opt, *optp = NULL; local
192 optp = &opt;
194 optp = in6p->in6p_outputopts;
248 optp) != 0) {
254 laddr = in6_selectsrc(sin6, optp,
405 error = ip6_output(m, optp, &ro, flags, im6o, NULL, &ip6oa);
492 if (optp == &opt)
493 ip6_clearpktopts(optp, -1);
H A Draw_ip6.c341 struct ip6_pktopts opt, *optp = NULL; local
386 optp = &opt;
388 optp = in6p->in6p_outputopts;
449 if (optp && (pi = optp->ip6po_pktinfo) && pi->ipi6_ifindex) {
485 if (israw != 0 && optp && optp->ip6po_pktinfo && !IN6_IS_ADDR_UNSPECIFIED(&optp->ip6po_pktinfo->ipi6_addr)) {
486 in6a = &optp->ip6po_pktinfo->ipi6_addr;
488 } else if ((in6a = in6_selectsrc(dstsock, optp, in6
[all...]
H A Dah_core.c1608 u_int8_t *p, *optend, *optp; local
1646 optp = p + 2;
1647 while (optp < optend) {
1648 if (optp[0] == IP6OPT_PAD1)
1651 if (optp + 2 > optend) {
1657 optlen = optp[1] + 2;
1659 if (optp[0] & IP6OPT_MUTABLE)
1660 bzero(optp + 2, optlen - 2);
1663 optp += optlen;
H A Din6_src.c1820 struct ip6_pktopts *optp = NULL; local
1850 optp = opt;
1852 optp = in6p->in6p_outputopts;
1856 if (in6p != NULL && optp != NULL &&
1857 (pi = optp->ip6po_pktinfo) != NULL &&
/macosx-10.10/ruby-106/ruby/ext/io/console/
H A Dconsole.c102 rawmode_arg_t *optp = NULL; local
113 optp = opts;
119 optp = opts;
122 return optp;
308 rawmode_arg_t opts, *optp = rawmode_opt(argc, argv, &opts); local
309 return ttymode(io, rb_yield, set_rawmode, optp);
328 rawmode_arg_t opts, *optp = rawmode_opt(argc, argv, &opts); local
333 set_rawmode(&t, optp);
398 rawmode_arg_t opts, *optp = rawmode_opt(argc, argv, &opts); local
399 return ttymode(io, getc_call, set_rawmode, optp);
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf_osfp.c124 const u_int8_t *optp; local
161 optp = (const u_int8_t *)((const char *)tcp + sizeof (*tcp));
162 for (; cnt > 0; cnt -= optlen, optp += optlen) {
163 if (*optp == TCPOPT_EOL)
167 if (*optp == TCPOPT_NOP) {
174 optlen = optp[1];
177 switch (*optp) {
180 memcpy(&fp.fp_mss, &optp[2],
190 memcpy(&fp.fp_wscale, &optp[2],
206 memcpy(&ts, &optp[
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_lro.c415 u_char *optp = NULL; local
452 optp = (u_char *)(tcp_hdr + 1);
462 optp[TCPOLEN_TSTAMP_APPA] == TCPOPT_EOL)) &&
463 *(u_int32_t *)optp == htonl(TCPOPT_TSTAMP_HDR) &&
466 to.to_tsval = ntohl(*(u_int32_t *)(void *)(optp + 4));
467 to.to_tsecr = ntohl(*(u_int32_t *)(void *)(optp + 8));
522 (to.to_flags & TOF_TS) ? (u_int32_t *)(void *)(optp + 4) : NULL,
523 (to.to_flags & TOF_TS) ? (u_int32_t *)(void *)(optp + 8) : NULL,
/macosx-10.10/autofs-246/automountlib/
H A Dns_fstab.c84 char *optp; local
147 optp = "findervol";
149 optp = "nofindervol";
151 optp = p;
162 if ((error = CHECK_STRCAT(mntops_out, optp, optlen))) {
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dcomplete.c130 build_actions (list, pp, rp, actp, optp)
133 unsigned long *actp, *optp;
255 *optp = copts;
/macosx-10.10/autofs-246/automountd/
H A Dautod_mount.c417 char *optp; local
579 optp = "browse";
581 optp = "nobrowse";
583 optp = p;
598 strlcat(mapped_opts, optp, mapped_opts_buflen);
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnet/
H A Dexterns.h213 int *prototp, int *optp);
/macosx-10.10/adv_cmds-158/ps/
H A Dps.c1261 char *argp, *cp, *newopts, *ns, *optp, *pidp; local
1270 optp = strchr(optlist, *cp);
1271 if ((optp != NULL) && *(optp + 1) == ':') {
/macosx-10.10/network_cmds-457/rtadvd.tproj/
H A Drtadvd.c1040 struct nd_optlist *optp = ndopts.nd_opts_list; local
1046 while (optp) {
1047 if (prefix_check((struct nd_opt_prefix_info *)optp->opt,
1050 optp = optp->next;
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcomputil.c1148 Caopt *optp; local
1222 optp = &(ret->opts);
1257 optp = &(ret->opts);
1470 *optp = opt = (Caopt) zalloc(sizeof(*opt));
1471 optp = &((*optp)->next);
/macosx-10.10/libpcap-48/libpcap/
H A Dpcapng.c506 struct pcapng_option_header *optp; local
508 optp = get_from_block_data(cursor, sizeof(*opthdr), errbuf);
509 if (optp == NULL) {
515 *opthdr = *optp;

Completed in 218 milliseconds

12