HomeSort by relevance Sort by last modified time
    Searched full:suboption (Results 1 - 12 of 12) sorted by null

  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
rfc2217.py 348 def checkAnswer(self, suboption):
353 if self.value == suboption[:len(self.value)]:
359 self.connection.logger.debug("SB Answer %s -> %r -> %s" % (self.name, suboption, self.state))
687 suboption = None
710 if suboption is not None:
711 suboption.append(byte)
718 if suboption is not None:
719 suboption.append(IAC)
725 suboption = bytearray()
729 self._telnetProcessSubnegotiation(bytes(suboption))
    [all...]
  /external/curl/lib/
telnet.c 117 static void suboption(struct connectdata *);
161 char subopt_ttype[32]; /* Set with suboption TTYPE */
162 char subopt_xdisploc[128]; /* Set with suboption XDISPLOC */
163 unsigned short subopt_wsx; /* Set with suboption NAWS */
164 unsigned short subopt_wsy; /* Set with suboption NAWS */
708 unsigned char *pointer, /* where suboption data is */
709 size_t length) /* length of suboption data */
742 infof(data, "(Empty suboption?)");
919 * suboption()
925 static void suboption(struct connectdata *conn function
    [all...]
  /external/tcpdump/
rpl.h 101 uint8_t rpl_dio_len; /* suboption length, not including type/len */
print-bootp.c 893 ND_PRINT((ndo, "\n\t %s SubOption %u, length %u: length goes past end of option",
901 ND_PRINT((ndo, "\n\t %s SubOption %u, length %u: ",
994 ND_PRINT((ndo, "ERROR: suboption length must be non-zero"));
print-ppp.c 1092 ND_PRINT((ndo, "\n\t\t%s Suboption #%u, length %u",
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 884 /* Parse comma separated suboption from *OPTIONP and match against
886 optional value introduced by an equal sign. If the suboption is
888 suboption. On exit *OPTIONP is set to the beginning of the next
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 890 /* Parse comma separated suboption from *OPTIONP and match against
892 optional value introduced by an equal sign. If the suboption is
894 suboption. On exit *OPTIONP is set to the beginning of the next
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
NEWS 384 * The -a option takes a new suboption, m (e.g., -alm) to expand macros in a
409 * The -a option takes a new suboption, c (e.g., -alc), to skip false
ChangeLog-9697     [all...]
  /art/cmdline/
cmdline_parser_test.cc 240 EXPECT_SINGLE_PARSE_FAIL("-Xgc:blablabla", CmdlineResult::kUsage); // not a valid suboption
cmdline_types.h 842 return Result::Failure(std::string("Invalid suboption '") + option + "'");
  /external/iputils/
RELNOTES 140 ping6: Show suboptions for Node Information Queries if -N suboption is invalid.

Completed in 680 milliseconds