Home
last modified time | relevance | path

Searched refs:LINEMODE (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/security/krb5-appl/krb5-appl-1.0.3/telnet/telnetd/
H A Dstate.c149 #ifdef LINEMODE in telrcv()
480 #ifdef LINEMODE
524 #if defined(LINEMODE) && defined(KLUDGELINEMODE)
579 #ifdef LINEMODE
646 #ifdef LINEMODE
725 #ifdef LINEMODE
876 #ifdef LINEMODE
1029 #ifdef LINEMODE
1196 #ifdef LINEMODE in suboption()
1538 #ifdef LINEMODE
[all …]
H A Dtermstat.c47 #ifdef LINEMODE
55 #ifdef LINEMODE
401 #ifdef LINEMODE
525 #ifdef LINEMODE
550 #ifdef LINEMODE
604 #ifdef LINEMODE
H A Dtelnetd.c183 #ifdef LINEMODE
345 #ifdef LINEMODE
352 #if defined(LINEMODE) && defined(KLUDGELINEMODE)
671 #if defined(LINEMODE) && defined(KLUDGELINEMODE) in usage()
674 #ifdef LINEMODE in usage()
1120 #ifdef LINEMODE
1198 #if defined(LINEMODE) && defined(KLUDGELINEMODE)
1300 #ifdef LINEMODE
1461 #ifdef LINEMODE
1708 #if defined(LINEMODE) && defined(USE_TERMIO) && (VEOF == VMIN) in doeof()
H A Dtelnetd-ktd.c236 #ifdef LINEMODE
243 #if defined(LINEMODE) && defined(KLUDGELINEMODE)
478 #ifdef LINEMODE in usage()
833 #ifdef LINEMODE
913 #if defined(LINEMODE) && defined(KLUDGELINEMODE)
1023 #ifdef LINEMODE
1187 #ifdef LINEMODE
1455 #if defined(LINEMODE) && defined(USE_TERMIO) && (VEOF == VMIN)
H A Ddefs.h47 #if defined(CRAY) && !defined(LINEMODE)
49 # define LINEMODE macro
H A Dsys_term.c233 #if defined(LINEMODE) && defined(TIOCPKT_IOCTL)
500 #ifdef LINEMODE
704 #ifdef LINEMODE
920 # ifdef LINEMODE in getptyslave()
936 # ifdef LINEMODE in getptyslave()
1003 # ifdef LINEMODE in getptyslave()
/dports/security/ncrack/ncrack-0.7/modules/
H A Dncrack_telnet.cc149 #define LINEMODE 34 macro
217 if (recvbufptr[2] == (char) LINEMODE) { in ncrack_telnet()
233 if (recvbufptr[2] == LINEMODE) { in ncrack_telnet()
243 if (recvbufptr[2] == LINEMODE) { in ncrack_telnet()
252 if (recvbufptr[2] == LINEMODE) { in ncrack_telnet()
/dports/devel/libpeak/libpeak-0.1.2/doc/latex/
H A Dgroup__stream__line.tex15 \#define \hyperlink{group__stream__line_ga3}{LINEMODE\_\-BUFFER\_\-SIZE}\ 1024
30 \index{stream_line@{stream\_\-line}!LINEMODE_BUFFER_SIZE@{LINEMODE\_\-BUFFER\_\-SIZE}}
31 \index{LINEMODE_BUFFER_SIZE@{LINEMODE\_\-BUFFER\_\-SIZE}!stream_line@{stream\_\-line}}
32 \subsubsection[LINEMODE\_\-BUFFER\_\-SIZE]{\setlength{\rightskip}{0pt plus 5cm}\#define LINEMODE\_\…
/dports/games/ldmud/ldmud-3.3.720/doc/concepts/
H A Dnegotiation67 1116 Telnet Linemode Option LINEMODE 34
69 1184 Telnet Linemode Option LINEMODE 34
171 And, a bit less important but most complex, the LINEMODE (34)
177 LINEMODE LM_MODE MODE_EDIT IAC SE, which should turn on local
179 LINEMODE it HAS to support this modechange. The client will
180 reply with IAC SB LINEMODE LM_MODE MODE_EDIT|MODE_ACK IAC SE
183 ignore them. (At least IRIX 5.x sends IAC SB LINEMODE LM_SLC
191 IAC SB LINEMODE LM_MODE
235 3.1. Sent IAC DO TTYPE IAC DO NAWS IAC DO LINEMODE at the
283 LINEMODE replies may be left alone if only using the mode
[all …]
/dports/lang/kawa/kawa-3.1.1/kawa/
H A DTelnet.java51 final static int LINEMODE = 34; field in Telnet
139 if (isServer && command == WILL && option == LINEMODE) in change()
146 out.writeSubCommand(LINEMODE, buf); in change()
203 case LINEMODE: in subCommand()
/dports/net/kippo/kippo-0.9/kippo/core/
H A Dinteract.py14 d = self.do(telnet.LINEMODE)
15 self.requestNegotiation(telnet.LINEMODE, telnet.LINEMODE_EDIT + '\0')
26 return option == telnet.LINEMODE
/dports/security/cowrie/cowrie-2.2.0/src/cowrie/telnet/
H A Duserauth.py14 from twisted.conch.telnet import ECHO, LINEMODE, NAWS, SGA
135 if opt == LINEMODE:
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/contrib/telnet/
H A Dprotocol.py26 LINEMODE = int2byte(34) variable
34 LINEMODE = int2byte(34) variable
H A Dserver.py36 LINEMODE,
55 connection.send(IAC + DO + LINEMODE)
62 connection.send(IAC + SB + LINEMODE + MODE + int2byte(0) + IAC + SE)
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/contrib/telnet/
H A Dprotocol.py25 LINEMODE = int2byte(34) variable
33 LINEMODE = int2byte(34) variable
H A Dserver.py42 from .protocol import IAC, DO, LINEMODE, SB, MODE, SE, WILL, ECHO, NAWS, SUPPRESS_GO_AHEAD
55 connection.send(IAC + DO + LINEMODE)
62 connection.send(IAC + SB + LINEMODE + MODE + int2byte(0) + IAC + SE)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/contrib/telnet/
H A Dprotocol.py25 LINEMODE = int2byte(34) variable
33 LINEMODE = int2byte(34) variable
H A Dserver.py42 from .protocol import IAC, DO, LINEMODE, SB, MODE, SE, WILL, ECHO, NAWS, SUPPRESS_GO_AHEAD
55 connection.send(IAC + DO + LINEMODE)
62 connection.send(IAC + SB + LINEMODE + MODE + int2byte(0) + IAC + SE)
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/contrib/telnet/
H A Dprotocol.py26 LINEMODE = int2byte(34) variable
34 LINEMODE = int2byte(34) variable
H A Dserver.py36 LINEMODE,
55 connection.send(IAC + DO + LINEMODE)
62 connection.send(IAC + SB + LINEMODE + MODE + int2byte(0) + IAC + SE)
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/contrib/telnet/
H A Dprotocol.py28 LINEMODE = int2byte(34) variable
36 LINEMODE = int2byte(34) variable
H A Dserver.py24 LINEMODE,
49 connection.send(IAC + DO + LINEMODE)
56 connection.send(IAC + SB + LINEMODE + MODE + int2byte(0) + IAC + SE)
/dports/cad/lepton-eda/lepton-eda-1.9.17/libleptongui/include/
H A Dx_states.h35 LINEMODE, enumerator
/dports/cad/lepton-eda/lepton-eda-1.9.17/libleptongui/src/
H A Di_basic.c85 case LINEMODE : return _("Line Mode"); in i_status_string()
236 case LINEMODE: mode="line-mode"; break; in i_set_state()
310 case(LINEMODE): /*! \todo */ in i_update_toolbar()
H A Do_basic.c277 case LINEMODE : o_line_draw_rubber (w_current, renderer); break; in o_redraw_rect()
338 case (LINEMODE) : o_line_invalidate_rubber (w_current); break; in o_invalidate_rubber()
382 case(LINEMODE): in o_redraw_cleanstates()

123456789