OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DONT
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
rfc2217.py
86
DONT
= to_bytes([254])
226
"""Manage a single telnet option, keeps track of DO/
DONT
WILL/WONT."""
256
"""A DO/
DONT
/WILL/WONT was received for this option, update state and
399
TelnetOption(self, 'we-BINARY', BINARY, WILL, WONT, DO,
DONT
, INACTIVE),
400
TelnetOption(self, 'we-RFC2217', COM_PORT_OPTION, WILL, WONT, DO,
DONT
, REQUESTED),
404
TelnetOption(self, 'ECHO', ECHO, DO,
DONT
, WILL, WONT, REQUESTED),
405
TelnetOption(self, 'we-SGA', SGA, WILL, WONT, DO,
DONT
, REQUESTED),
406
TelnetOption(self, 'they-SGA', SGA, DO,
DONT
, WILL, WONT, REQUESTED),
407
TelnetOption(self, 'they-BINARY', BINARY, DO,
DONT
, WILL, WONT, INACTIVE),
408
TelnetOption(self, 'they-RFC2217', COM_PORT_OPTION, DO,
DONT
, WILL, WONT, REQUESTED)
[
all
...]
/bionic/libc/include/arpa/
telnet.h
39
#define
DONT
254 /* you are not to use option */
65
"EL", "GA", "SB", "WILL", "WONT", "DO", "
DONT
", "IAC", 0,
/development/ndk/platforms/android-9/include/arpa/
telnet.h
39
#define
DONT
254 /* you are not to use option */
65
"EL", "GA", "SB", "WILL", "WONT", "DO", "
DONT
", "IAC", 0,
/development/ndk/platforms/android-L/include/arpa/
telnet.h
39
#define
DONT
254 /* you are not to use option */
65
"EL", "GA", "SB", "WILL", "WONT", "DO", "
DONT
", "IAC", 0,
/external/netcat/
netcat.c
820
/* Deal with RFC 854 WILL/WONT DO/
DONT
negotiation. */
838
obuf[1] =
DONT
;
839
else if ((*p == DO) || (*p ==
DONT
))
Completed in 93 milliseconds