HomeSort by relevance Sort by last modified time
    Searched refs:opt_len (Results 1 - 18 of 18) sorted by null

  /external/tcpdump/
print-pgm.c 165 u_int8_t opt_type, opt_len, flags1, flags2; local
477 opt_len = *bp++;
478 if (opt_len != 4) {
479 (void)printf("[Bad OPT_LENGTH option, length %u != 4]", opt_len);
497 opt_len = *bp++;
498 if (opt_len < PGM_MIN_OPT_LEN) {
499 (void)printf("[Bad option, length %u < %u]", opt_len,
503 if (opts_len < opt_len) {
507 if (!TTEST2(*bp, opt_len - 2)) {
514 if (opt_len != 4)
    [all...]
  /external/ppp/pppd/
cbcp.c 310 u_char type, opt_len, delay, addr_type; local
320 GETCHAR(opt_len, pckt);
321 if (opt_len < 2 || opt_len > len)
324 if (opt_len > 2)
336 if (opt_len > 4) {
338 memcpy(address, pckt, opt_len - 4);
339 address[opt_len - 4] = 0;
352 len -= opt_len;
452 int opt_len; local
    [all...]
sys-solaris.c     [all...]
sys-linux.c 1266 ccp_test(int unit, u_char *opt_ptr, int opt_len, int for_transmit)
1272 data.length = opt_len;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ppp-comp.h 69 void *(*comp_alloc) (unsigned char *options, int opt_len);
76 int opt_len, int unit, int opthdr, int debug);
89 void *(*decomp_alloc) (unsigned char *options, int opt_len);
96 int opt_len, int unit, int opthdr, int mru,
  /external/dnsmasq/contrib/wrt/
dhcp_lease_time.c 81 int opt_len; local
84 opt_len = option_len(p);
85 if (p >= end - (2 + opt_len))
87 if (*p == opt && opt_len >= minsize)
89 p += opt_len + 2;
  /external/ppp/pppd/include/net/
ppp-comp.h 62 void *(*comp_alloc) __P((u_char *options, int opt_len));
66 int (*comp_init) __P((void *state, u_char *options, int opt_len,
77 void *(*decomp_alloc) __P((u_char *options, int opt_len));
81 int (*decomp_init) __P((void *state, u_char *options, int opt_len,
  /external/chromium/third_party/zlib/
trees.c 422 s->opt_len = s->static_len = 0L;
487 * The length opt_len is updated; static_len is also updated if stree is
527 s->opt_len += (ulg)f * (bits + xbits);
560 s->opt_len += ((long)bits - (long)tree[m].Len)
616 * and corresponding code. The length opt_len is updated; static_len is
654 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
814 /* opt_len now includes the length of the tree representations, except
825 /* Update opt_len to include the bit length tree and counts */
826 s->opt_len += 3*(max_blindex+1) + 5+5+4;
828 s->opt_len, s->static_len))
    [all...]
deflate.h 244 ulg opt_len; /* bit length of current block with optimal trees */ member in struct:internal_state
  /external/qemu/distrib/zlib-1.2.3/
trees.c 422 s->opt_len = s->static_len = 0L;
487 * The length opt_len is updated; static_len is also updated if stree is
527 s->opt_len += (ulg)f * (bits + xbits);
560 s->opt_len += ((long)bits - (long)tree[m].Len)
616 * and corresponding code. The length opt_len is updated; static_len is
654 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
814 /* opt_len now includes the length of the tree representations, except
825 /* Update opt_len to include the bit length tree and counts */
826 s->opt_len += 3*(max_blindex+1) + 5+5+4;
828 s->opt_len, s->static_len))
    [all...]
deflate.h 244 ulg opt_len; /* bit length of current block with optimal trees */ member in struct:internal_state
  /external/zlib/
trees.c 426 s->opt_len = s->static_len = 0L;
491 * The length opt_len is updated; static_len is also updated if stree is
531 s->opt_len += (ulg)f * (bits + xbits);
564 s->opt_len += ((long)bits - (long)tree[m].Len)
620 * and corresponding code. The length opt_len is updated; static_len is
658 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
818 /* opt_len now includes the length of the tree representations, except
829 /* Update opt_len to include the bit length tree and counts */
830 s->opt_len += 3*(max_blindex+1) + 5+5+4;
832 s->opt_len, s->static_len))
    [all...]
deflate.h 244 ulg opt_len; /* bit length of current block with optimal trees */ member in struct:internal_state
  /system/core/init/
builtins.c 192 static int do_insmod_inner(int nargs, char **args, int opt_len)
194 char options[opt_len + 1];
  /external/dnsmasq/src/
option.c 673 unsigned char opt_len = 0; local
692 opt_len = 0;
703 opt_len = opttab[i].size;
788 if (opt_len & OT_ADDR_LIST)
808 if (opt_len != 0)
809 new->len = opt_len;
    [all...]
rfc2131.c 1460 int opt_len; local
    [all...]
  /external/chromium/third_party/icu/source/test/perf/collperf/
collperf.cpp 564 int32_t opt_len = (sizeof(options)/sizeof(options[0])); local
567 _remainingArgc = u_parseArgs(_remainingArgc, (char**)argv, opt_len, options);
  /external/icu4c/test/perf/collperf/
collperf.cpp 564 int32_t opt_len = (sizeof(options)/sizeof(options[0])); local
567 _remainingArgc = u_parseArgs(_remainingArgc, (char**)argv, opt_len, options);

Completed in 385 milliseconds