HomeSort by relevance Sort by last modified time
    Searched defs:olen (Results 1 - 25 of 62) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/ipf/lib/common/
addipopt.c 18 int olen = len; local
64 return len - olen;
ipft_tx.c 314 u_long olen; local
317 olen = buildopts(*cpp, ipopts, (IP_HL(ip) - 5) << 2);
318 if (olen) {
319 bcopy(ipopts, (char *)(ip + 1), olen);
320 IP_HL_A(ip, IP_HL(ip) + (olen >> 2));
  /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/
rsa.c 75 int len, ilen, olen; local
80 olen = BN_num_bytes(key->n);
81 outbuf = xmalloc(olen);
93 memset(outbuf, 0, olen);
103 int len, ilen, olen; local
105 olen = BN_num_bytes(key->n);
106 outbuf = xmalloc(olen);
118 memset(outbuf, 0, olen);
  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/
misc.c 36 size_t mlen, olen, clen; local
44 olen = min(off, mlen);
45 if ((olen == mlen) || (olen < off)) {
46 off -= olen;
48 } else if (olen) {
49 off -= olen;
50 s += olen;
51 mlen -= olen;
67 size_t mlen, olen, clen local
    [all...]
  /onnv/onnv-gate/usr/src/common/net/dhcp/
scan.c 198 uint_t olen; local
204 olen = ntohs(d6o.d6o_len) + sizeof (d6o);
205 if (olen > buflen)
209 bp += olen;
210 buflen -= olen;
214 *retlenp = olen;
  /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/
util.c 148 int bufused, olen; local
155 for (ip = ibp, olen = 1; *ip != '\0'; ip++, olen++)
159 olen++;
165 if (olen > *bsp)
167 obp = sm_malloc_x(olen);
169 *bsp = olen;
185 SM_ASSERT(bufused <= olen);
192 obp = sm_malloc_x(olen);
194 *bsp = olen;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
init_reboot.c 126 uint_t olen, solen; local
143 &olen)) != NULL) {
151 if (olen < sizeof (dhcpv6_ia_na_t))
166 olen -= sizeof (dhcpv6_ia_na_t);
168 while ((d6so = dhcpv6_find_option(obase, olen, d6so,
request.c 103 uint_t olen; local
105 d6o = dhcpv6_pkt_option(plp, NULL, DHCPV6_OPT_UNICAST, &olen);
106 olen -= sizeof (*d6o);
110 } else if (olen != sizeof (dsmp->dsm_server)) {
117 (void) memcpy(&addr, d6o + 1, olen);
251 uint_t olen, msglen; local
255 &olen);
256 (void) dhcpv6_status_code(d6o, olen, &estr, &msg, &msglen);
365 uint_t olen, solen; local
385 d6o = dhcpv6_pkt_option(pkt, NULL, DHCPV6_OPT_STATUS_CODE, &olen);
699 uint_t olen; local
    [all...]
bound.c 659 uint_t olen, solen, ssolen, msglen; local
674 &olen)) != NULL) {
675 if (olen < sizeof (d6in)) {
728 olen -= sizeof (d6in);
729 d6so = dhcpv6_find_option(optbase, olen, NULL,
780 while ((d6so = dhcpv6_find_option(optbase, olen, d6so,
1174 uint_t olen; local
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/ssl/
s2_pkt.c 516 unsigned int j,k,olen,p,mac_size,bs; local
519 olen=len;
641 s->s2->wpend_tot=olen;
647 return(write_pending(s,buf,olen));
  /onnv/onnv-gate/usr/src/lib/libinstzones/common/
zones_lofs.c 261 int olen = sizeof (MNTOPT_RO) - 1; local
272 (cp[olen] == '\0' || cp[olen] == ',')) {
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
cbcp.c 228 int code, id, len, olen, alen; local
263 GETCHAR(olen, p);
265 if (olen < 2)
270 if (olen > len) {
271 printer(arg, "trunc[%d>%d] ", olen, len);
272 olen = len;
274 len -= olen;
275 olen -= 2;
282 if (olen > 0) {
284 olen--
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
deflate.c 234 int rlen, olen, ospace; local
274 olen = state->mru + 2 - state->strm.avail_out;
275 *outlenp = olen;
278 ++olen; /* for suppressed protocol high byte */
279 olen += 2; /* for address, control */
282 if (olen > state->mru + PPP_HDRLEN)
284 state->unit, olen, state->mru + PPP_HDRLEN);
287 state->stats.unc_bytes += olen;
  /onnv/onnv-gate/usr/src/common/openssl/crypto/asn1/
n_pkey.c 126 int rsalen, pkeylen, olen; local
163 olen = i2d_NETSCAPE_ENCRYPTED_PKEY(enckey, NULL);
166 return olen;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_dhcpv6.c 67 int olen = len; local
93 return (olen);
111 return (olen);
161 return (olen);
174 return (olen);
186 return (olen);
566 nest_options(const uint8_t *data, uint_t olen, char *prefix, char *title)
570 if (olen <= 0)
582 show_options(data, olen);
592 uint_t olen, retlen local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
nlspath_checks.c 485 int olen, nlen; local
507 olen = extract_format(torg, ofmt, osz, 0);
509 if (olen == -1)
532 if (strict && (olen != nlen || olen == -1)) {
556 if (off >= olen * FORMAT_SIZE ||
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs_cmd.c 407 size_t olen; local
436 olen = MIN(MAXNAMELEN, maxsize - nsize);
438 &olen, &err);
451 ilen = MIN(MAXNAMELEN, maxsize - nsize) - olen;
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
deflate.c 305 int olen; local
435 olen = 0;
466 olen += wspace;
467 wspace = maxolen - olen;
501 olen += wspace - state->strm.avail_out;
507 if (olen < orig_len && m != NULL) {
508 state->stats.comp_bytes += olen;
519 olen = orig_len;
525 return (olen);
776 int olen; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sparc/os/
bootdev.c 218 size_t olen, rlen; local
279 olen = len;
359 (void) snprintf(optr, olen, "%s", prom_path);
360 olen -= strlen(optr) + 1;
361 if (olen > 0) /* drop paths we can't store */
  /onnv/onnv-gate/usr/src/cmd/ipf/tools/
ipfs.c 107 int fd, olen, nlen, rw; local
117 olen = strlen(ifs);
119 olen >= sizeof(ips.ips_is.is_ifname))
130 if (!strncmp(ips.ips_is.is_ifname[0], ifs, olen + 1)) {
134 if (!strncmp(ips.ips_is.is_ifname[1], ifs, olen + 1)) {
162 int fd, olen, nlen, rw; local
173 olen = strlen(ifs);
176 olen >= sizeof(nat->nat_ifnames[0]))
187 if (!strncmp(nat->nat_ifnames[0], ifs, olen + 1)) {
191 if (!strncmp(nat->nat_ifnames[1], ifs, olen + 1))
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/netinet/
ip_irc_pxy.c 279 size_t nlen = 0, olen; local
329 olen = irc->irc_len;
341 inc = nlen - olen;
359 m1->b_wptr -= olen;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/sppptun/
sppptun.c 150 strioctl(int fd, int cmd, void *ptr, int ilen, int olen, const char *iocname)
164 if (olen >= 0) {
165 if (str.ic_len > olen && verbose > 1) {
167 "%d > %d\n"), myname, iocname, str.ic_len, olen); local
168 } else if (str.ic_len < olen) {
170 "bytes, got %d\n"), myname, iocname, olen,
  /onnv/onnv-gate/usr/src/lib/libsasl/lib/
saslutil.c 131 unsigned olen; local
141 olen = (inlen + 2) / 3 * 4;
143 *outlen = olen;
144 if (outmax <= olen)
  /onnv/onnv-gate/usr/src/common/crypto/ecc/
ec.c 643 unsigned olen; /* length in bytes of the base point order */ local
666 olen = ecParams->order.len;
671 if (signature->len < 2*olen) {
793 CHECK_MPI_OK( mp_to_fixlen_octets(&r, signature->data, olen) );
794 CHECK_MPI_OK( mp_to_fixlen_octets(&s, signature->data + olen, olen) );
796 signature->len = 2*olen;
881 unsigned olen; /* length in bytes of the base point order */ local
907 olen = ecParams->order.len;
909 signature->len > 2*olen) {
    [all...]
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/irs/
lcl_ng.c 360 int len, olen, cont; local
391 olen = 0;
406 if (!(linep = malloc(olen + len + 1))){
407 if (olen > 0)
415 if (olen > 0) {
416 memcpy(linep, olinep, olen);
419 memcpy(linep + olen, pos, len);
420 olen += len;
421 *(linep + olen) = '\0';

Completed in 667 milliseconds

1 2 3