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

  /external/chromium-trace/catapult/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 116 static void suboption(struct connectdata *);
160 char subopt_ttype[32]; /* Set with suboption TTYPE */
161 char subopt_xdisploc[128]; /* Set with suboption XDISPLOC */
162 unsigned short subopt_wsx; /* Set with suboption NAWS */
163 unsigned short subopt_wsy; /* Set with suboption NAWS */
707 unsigned char *pointer, /* where suboption data is */
708 size_t length) /* length of suboption data */
741 infof(data, "(Empty suboption?)");
918 * suboption()
924 static void suboption(struct connectdata *conn function
    [all...]

Completed in 190 milliseconds