Home
last modified time | relevance | path

Searched refs:suboption (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/third_party/pyserial/serial/
Drfc2217.py348 def checkAnswer(self, suboption): argument
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/
Dtelnet.c117 static void suboption(struct connectdata *);
922 static void suboption(struct connectdata *conn) in suboption() function
1195 suboption(conn); /* handle sub-option */ in telrcv()
1207 suboption(conn); /* handle sub-option */ in telrcv()
/external/python/cpython2/Doc/library/
Dtelnetlib.rst122 Return the data collected between a SB/SE pair (suboption begin/end). The
/external/python/cpython3/Doc/library/
Dtelnetlib.rst130 Return the data collected between a SB/SE pair (suboption begin/end). The
/external/iputils/
DRELNOTES140 ping6: Show suboptions for Node Information Queries if -N suboption is invalid.
/external/tcpdump/
DCHANGES240 RPL: Fix suboption print
/external/scapy/test/
Dregression.uts3673 + Test DHCP6 IA Address Option (IA_TA or IA_NA suboption)