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

1 2

  /external/tcpdump/
print-mptcp.c 52 static int dummy_print(const u_char *opt _U_, u_int opt_len _U_, u_char flags _U_)
57 static int mp_capable_print(const u_char *opt, u_int opt_len, u_char flags)
61 if (!(opt_len == 12 && flags & TH_SYN) &&
62 !(opt_len == 20 && (flags & (TH_SYN | TH_ACK)) == TH_ACK))
73 if (opt_len == 20) /* ACK */
79 static int mp_join_print(const u_char *opt, u_int opt_len, u_char flags)
83 if (!(opt_len == 12 && flags & TH_SYN) &&
84 !(opt_len == 16 && (flags & (TH_SYN | TH_ACK)) == (TH_SYN | TH_ACK)) &&
85 !(opt_len == 24 && flags & TH_ACK))
88 if (opt_len != 24)
    [all...]
print-pgm.c 174 u_int8_t opt_type, opt_len; local
494 opt_len = *bp++;
495 if (opt_len != 4) {
496 (void)printf("[Bad OPT_LENGTH option, length %u != 4]", opt_len);
514 opt_len = *bp++;
515 if (opt_len < PGM_MIN_OPT_LEN) {
516 (void)printf("[Bad option, length %u < %u]", opt_len,
520 if (opts_len < opt_len) {
524 if (!TTEST2(*bp, opt_len - 2)) {
531 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
ppp-comp.h 67 void *(*comp_alloc) (unsigned char *options, int opt_len);
74 int opt_len, int unit, int opthdr, int debug);
87 void *(*decomp_alloc) (unsigned char *options, int opt_len);
94 int opt_len, int unit, int opthdr, int mru,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ppp-comp.h 67 void *(*comp_alloc) (unsigned char *options, int opt_len);
74 int opt_len, int unit, int opthdr, int debug);
87 void *(*decomp_alloc) (unsigned char *options, int opt_len);
94 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/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_trees.c 420 s->opt_len = s->static_len = 0L;
485 * The length opt_len is updated; static_len is also updated if stree is
525 s->opt_len += (ulg)f * (bits + xbits);
558 s->opt_len += ((long)bits - (long)tree[m].Len)
614 * and corresponding code. The length opt_len is updated; static_len is
652 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
812 /* opt_len now includes the length of the tree representations, except
823 /* Update opt_len to include the bit length tree and counts */
824 s->opt_len += 3*(max_blindex+1) + 5+5+4;
826 s->opt_len, s->static_len))
    [all...]
deflate.h 247 ulg opt_len; /* bit length of current block with optimal trees */ member in struct:internal_state
  /external/qemu/distrib/zlib-1.2.8/
trees.c 420 s->opt_len = s->static_len = 0L;
485 * The length opt_len is updated; static_len is also updated if stree is
525 s->opt_len += (ulg)f * (bits + xbits);
558 s->opt_len += ((long)bits - (long)tree[m].Len)
614 * and corresponding code. The length opt_len is updated; static_len is
652 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
812 /* opt_len now includes the length of the tree representations, except
823 /* Update opt_len to include the bit length tree and counts */
824 s->opt_len += 3*(max_blindex+1) + 5+5+4;
826 s->opt_len, s->static_len))
    [all...]
deflate.h 247 ulg opt_len; /* bit length of current block with optimal trees */ member in struct:internal_state
  /external/zlib/src/
trees.c 420 s->opt_len = s->static_len = 0L;
485 * The length opt_len is updated; static_len is also updated if stree is
525 s->opt_len += (ulg)f * (bits + xbits);
558 s->opt_len += ((long)bits - (long)tree[m].Len)
614 * and corresponding code. The length opt_len is updated; static_len is
652 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
812 /* opt_len now includes the length of the tree representations, except
823 /* Update opt_len to include the bit length tree and counts */
824 s->opt_len += 3*(max_blindex+1) + 5+5+4;
826 s->opt_len, s->static_len))
    [all...]
deflate.h 247 ulg opt_len; /* bit length of current block with optimal trees */ member in struct:internal_state
  /external/chromium_org/third_party/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 249 ulg opt_len; /* bit length of current block with optimal trees */ member in struct:internal_state
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_socket.c 2608 socklen_t opt_len; local
2684 socklen_t opt_len; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 1208 uint8 opt_len = 0; local
    [all...]
  /external/chromium_org/tools/android/forwarder2/
socket.cc 239 socklen_t opt_len = sizeof(socket_errno); local
240 if (getsockopt(socket_, SOL_SOCKET, SO_ERROR, &socket_errno, &opt_len) < 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
opts.h 74 unsigned char opt_len; member in struct:cl_option
  /system/core/init/
builtins.c 278 static int do_insmod_inner(int nargs, char **args, int opt_len)
280 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_org/third_party/icu/source/test/perf/collperf/
collperf.cpp 575 int32_t opt_len = (sizeof(options)/sizeof(options[0])); local
578 _remainingArgc = u_parseArgs(_remainingArgc, (char**)argv, opt_len, options);
  /external/fio/
parse.c 383 static int opt_len(const char *str) function
396 return max(strlen(vp->ival), opt_len(str));
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 575 int32_t opt_len = (sizeof(options)/sizeof(options[0])); local
578 _remainingArgc = u_parseArgs(_remainingArgc, (char**)argv, opt_len, options);

Completed in 1417 milliseconds

1 2