Home
last modified time | relevance | path

Searched refs:Telnet (Results 1 – 25 of 1979) sorted by relevance

12345678910>>...80

/dports/lang/kawa/kawa-3.1.1/kawa/
H A DTelnetInputStream.java12 Telnet connection;
56 if (ch != Telnet.IAC) in read()
58 state = Telnet.IAC; in read()
63 if (ch == Telnet.IAC) in read()
66 return Telnet.IAC; in read()
70 || ch == Telnet.DO in read()
72 || ch == Telnet.SB) in read()
90 else if (state == Telnet.WILL || state == Telnet.WONT in read()
91 || state == Telnet.DO || state == Telnet.DONT) in read()
98 if (ch == Telnet.IAC) in read()
[all …]
H A DTelnetOutputStream.java19 if (value == Telnet.IAC) in write()
35 if (b[i] == (byte) Telnet.IAC) in write()
50 out.write(Telnet.IAC); in writeCommand()
56 out.write(Telnet.IAC); in writeCommand()
63 writeCommand(Telnet.DO, option); in writeDo()
68 writeCommand(Telnet.DONT, option); in writeDont()
73 writeCommand(Telnet.WILL, option); in writeWill()
78 writeCommand(Telnet.WONT, option); in writeWont()
84 writeCommand(Telnet.SB, option); in writeSubCommand()
86 writeCommand(Telnet.SE); in writeSubCommand()
/dports/net/p5-Net-Telnet/Net-Telnet-3.04/
H A DChangeLog7 * Telnet.pm (open family sockfamily): Added IPv6
12 * Telnet.pm (peerhost peerport sockhost sockport):
16 * Telnet.pm (open localhost localfamily): New
23 * Telnet.pm (_fillbuf _put): Fixed to use
38 * Telnet.pm (getlines): Changed behavior so it works like
51 * Telnet.pm (rs): New method rs() is synonymous with
54 * Telnet.pm (ors): New method ors() is synonymous with
57 * Telnet.pm (ofs): New method ofs() is synonymous with
79 * Telnet.pm (getline, getlines): Added named parameters to
162 * Telnet.pm (login): Changed text of error messages when
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Dtelnetlib.rst1 :mod:`telnetlib` --- Telnet client
5 :synopsis: Telnet client class.
11 .. index:: single: protocol; Telnet
31 :class:`Telnet` represents a connection to a Telnet server. The instance is
66 Telnet Objects
82 .. method:: Telnet.read_all()
144 .. audit-event:: telnetlib.Telnet.open self,host,port telnetlib.Telnet.open
160 .. method:: Telnet.close()
170 .. method:: Telnet.fileno()
181 .. audit-event:: telnetlib.Telnet.write self,buffer telnetlib.Telnet.write
[all …]
/dports/lang/python310/Python-3.10.1/Doc/library/
H A Dtelnetlib.rst1 :mod:`telnetlib` --- Telnet client
5 :synopsis: Telnet client class.
11 .. index:: single: protocol; Telnet
31 :class:`Telnet` represents a connection to a Telnet server. The instance is
66 Telnet Objects
82 .. method:: Telnet.read_all()
144 .. audit-event:: telnetlib.Telnet.open self,host,port telnetlib.Telnet.open
160 .. method:: Telnet.close()
170 .. method:: Telnet.fileno()
181 .. audit-event:: telnetlib.Telnet.write self,buffer telnetlib.Telnet.write
[all …]
/dports/lang/python38/Python-3.8.12/Doc/library/
H A Dtelnetlib.rst1 :mod:`telnetlib` --- Telnet client
5 :synopsis: Telnet client class.
11 .. index:: single: protocol; Telnet
31 :class:`Telnet` represents a connection to a Telnet server. The instance is
66 Telnet Objects
82 .. method:: Telnet.read_all()
144 .. audit-event:: telnetlib.Telnet.open self,host,port telnetlib.Telnet.open
160 .. method:: Telnet.close()
170 .. method:: Telnet.fileno()
181 .. audit-event:: telnetlib.Telnet.write self,buffer telnetlib.Telnet.write
[all …]
/dports/lang/python-tools/Python-3.8.12/Doc/library/
H A Dtelnetlib.rst1 :mod:`telnetlib` --- Telnet client
5 :synopsis: Telnet client class.
11 .. index:: single: protocol; Telnet
31 :class:`Telnet` represents a connection to a Telnet server. The instance is
66 Telnet Objects
82 .. method:: Telnet.read_all()
144 .. audit-event:: telnetlib.Telnet.open self,host,port telnetlib.Telnet.open
160 .. method:: Telnet.close()
170 .. method:: Telnet.fileno()
181 .. audit-event:: telnetlib.Telnet.write self,buffer telnetlib.Telnet.write
[all …]
/dports/lang/python39/Python-3.9.9/Doc/library/
H A Dtelnetlib.rst1 :mod:`telnetlib` --- Telnet client
5 :synopsis: Telnet client class.
11 .. index:: single: protocol; Telnet
31 :class:`Telnet` represents a connection to a Telnet server. The instance is
66 Telnet Objects
82 .. method:: Telnet.read_all()
144 .. audit-event:: telnetlib.Telnet.open self,host,port telnetlib.Telnet.open
160 .. method:: Telnet.close()
170 .. method:: Telnet.fileno()
181 .. audit-event:: telnetlib.Telnet.write self,buffer telnetlib.Telnet.write
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Doc/library/
H A Dtelnetlib.rst1 :mod:`telnetlib` --- Telnet client
5 :synopsis: Telnet client class.
11 .. index:: single: protocol; Telnet
31 :class:`Telnet` represents a connection to a Telnet server. The instance is
66 Telnet Objects
82 .. method:: Telnet.read_all()
144 .. audit-event:: telnetlib.Telnet.open self,host,port telnetlib.Telnet.open
160 .. method:: Telnet.close()
170 .. method:: Telnet.fileno()
181 .. audit-event:: telnetlib.Telnet.write self,buffer telnetlib.Telnet.write
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/library/
H A Dtelnetlib.rst1 :mod:`telnetlib` --- Telnet client
5 :synopsis: Telnet client class.
11 .. index:: single: protocol; Telnet
31 :class:`Telnet` represents a connection to a Telnet server. The instance is
66 Telnet Objects
82 .. method:: Telnet.read_all()
144 .. audit-event:: telnetlib.Telnet.open self,host,port telnetlib.Telnet.open
160 .. method:: Telnet.close()
170 .. method:: Telnet.fileno()
181 .. audit-event:: telnetlib.Telnet.write self,buffer telnetlib.Telnet.write
[all …]
/dports/lang/python311/Python-3.11.0a3/Doc/library/
H A Dtelnetlib.rst1 :mod:`telnetlib` --- Telnet client
5 :synopsis: Telnet client class.
11 .. index:: single: protocol; Telnet
31 :class:`Telnet` represents a connection to a Telnet server. The instance is
66 Telnet Objects
82 .. method:: Telnet.read_all()
144 .. audit-event:: telnetlib.Telnet.open self,host,port telnetlib.Telnet.open
160 .. method:: Telnet.close()
170 .. method:: Telnet.fileno()
181 .. audit-event:: telnetlib.Telnet.write self,buffer telnetlib.Telnet.write
[all …]
/dports/lang/python37/Python-3.7.12/Doc/library/
H A Dtelnetlib.rst1 :mod:`telnetlib` --- Telnet client
5 :synopsis: Telnet client class.
11 .. index:: single: protocol; Telnet
31 :class:`Telnet` represents a connection to a Telnet server. The instance is
66 Telnet Objects
82 .. method:: Telnet.read_all()
87 .. method:: Telnet.read_some()
158 .. method:: Telnet.close()
168 .. method:: Telnet.fileno()
184 .. method:: Telnet.interact()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Dtelnetlib.rst1 :mod:`telnetlib` --- Telnet client
5 :synopsis: Telnet client class.
9 .. index:: single: protocol; Telnet
31 :class:`Telnet` represents a connection to a Telnet server. The instance is
58 Telnet Objects
74 .. method:: Telnet.read_all()
79 .. method:: Telnet.read_some()
155 .. method:: Telnet.close()
165 .. method:: Telnet.fileno()
177 .. method:: Telnet.interact()
[all …]
/dports/lang/python27/Python-2.7.18/Doc/library/
H A Dtelnetlib.rst1 :mod:`telnetlib` --- Telnet client
5 :synopsis: Telnet client class.
9 .. index:: single: protocol; Telnet
31 :class:`Telnet` represents a connection to a Telnet server. The instance is
58 Telnet Objects
74 .. method:: Telnet.read_all()
79 .. method:: Telnet.read_some()
155 .. method:: Telnet.close()
165 .. method:: Telnet.fileno()
177 .. method:: Telnet.interact()
[all …]
/dports/security/putty-nogtk/putty-0.76/contrib/cygtermd/
H A Dtelnet.h10 typedef struct Telnet Telnet; typedef
21 Telnet *telnet_new(sel_wfd *net, sel_wfd *pty);
22 void telnet_free(Telnet *telnet);
27 void telnet_from_pty(Telnet *telnet, char *buf, int len);
32 void telnet_from_net(Telnet *telnet, char *buf, int len);
39 int telnet_shell_ok(Telnet *telnet, struct shell_data *shdata);
/dports/security/putty/putty-0.76/contrib/cygtermd/
H A Dtelnet.h10 typedef struct Telnet Telnet; typedef
21 Telnet *telnet_new(sel_wfd *net, sel_wfd *pty);
22 void telnet_free(Telnet *telnet);
27 void telnet_from_pty(Telnet *telnet, char *buf, int len);
32 void telnet_from_net(Telnet *telnet, char *buf, int len);
39 int telnet_shell_ok(Telnet *telnet, struct shell_data *shdata);
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/ftp_telnet/
H A Dtelnet.cc181 class Telnet : public Inspector class
184 Telnet(TELNET_PROTO_CONF*);
185 ~Telnet() override;
198 Telnet::Telnet(TELNET_PROTO_CONF* pc) in Telnet() function in Telnet
203 Telnet::~Telnet() in ~Telnet()
209 bool Telnet::configure(SnortConfig* sc) in configure()
214 void Telnet::show(const SnortConfig*) const in show()
225 void Telnet::eval(Packet* p) in eval()
234 bool Telnet::get_buf( in get_buf()
245 void Telnet::clear(Packet* p) in clear()
[all …]
/dports/lang/kawa/kawa-3.1.1/gnu/jemacs/buffer/
H A DTelnetMode.java18 Telnet telnet; in TelnetMode()
22 telnet = new Telnet(socket, false); in TelnetMode()
23 telnet.request(Telnet.DO, Telnet.SUPPRESS_GO_AHEAD); in TelnetMode()
24 telnet.request(Telnet.WILL, Telnet.SUPPRESS_GO_AHEAD); in TelnetMode()
25 telnet.request(Telnet.DO, Telnet.ECHO); in TelnetMode()
/dports/net-mgmt/observium/observium/mibs/cisco/
H A DALTIGA-TELNET-STATS-MIB69 "The number of active Telnet sessions."
77 "The number of attempts made to establish Telnet sessions."
85 "The number of successfully established Telnet sessions."
131 "The total number of Telnet packets from the network that were
140 "The total number of Telnet octets from the network that were
207 "The total number of Telnet packets from the shell that were
216 "The total number of Telnet octets from the shell that were
318 "The unique Telnet session process ID, used as the
343 "The unique Telnet session process name, used as the
524 implement the Altiga Telnet Statistics MIB."
[all …]
/dports/net-mgmt/observium/observium/mibs/altiga/
H A DALTIGA-TELNET-STATS-MIB69 "The number of active Telnet sessions."
77 "The number of attempts made to establish Telnet sessions."
85 "The number of successfully established Telnet sessions."
131 "The total number of Telnet packets from the network that were
140 "The total number of Telnet octets from the network that were
207 "The total number of Telnet packets from the shell that were
216 "The total number of Telnet octets from the shell that were
318 "The unique Telnet session process ID, used as the
343 "The unique Telnet session process name, used as the
524 implement the Altiga Telnet Statistics MIB."
[all …]
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/cisco/
H A DALTIGA-TELNET-STATS-MIB.my69 "The number of active Telnet sessions."
77 "The number of attempts made to establish Telnet sessions."
85 "The number of successfully established Telnet sessions."
131 "The total number of Telnet packets from the network that were
140 "The total number of Telnet octets from the network that were
207 "The total number of Telnet packets from the shell that were
216 "The total number of Telnet octets from the shell that were
318 "The unique Telnet session process ID, used as the
343 "The unique Telnet session process name, used as the
524 implement the Altiga Telnet Statistics MIB."
[all …]
/dports/games/ldmud/ldmud-3.3.720/doc/concepts/
H A Dnegotiation2 Telnet Negotiations
31 596 Second Thoughts on Telnet Go-Ahead
32 652 Telnet Output Carriage-Return Disposition Option NAOCRD 10
33 653 Telnet Output Horizontal Tabstops Option NAOHTS 11
41 728 A Minor Pitfall in the Telnet Protocol
44 764 Telnet Protocol Specification
46 818 The Remote User Telnet Service
47 854 Telnet Protocol Specification
48 855 Telnet Option Specifications
72 1571 Telnet Environment Option Interoperability Issues
[all …]
/dports/security/putty/putty-0.76/
H A Dtelnet.c171 typedef struct Telnet Telnet; typedef
619 Telnet *telnet = container_of(plug, Telnet, plug); in telnet_log()
628 Telnet *telnet = container_of(plug, Telnet, plug); in telnet_closing()
653 Telnet *telnet = container_of(plug, Telnet, plug); in telnet_receive()
662 Telnet *telnet = container_of(plug, Telnet, plug); in telnet_sent()
788 Telnet *telnet = container_of(be, Telnet, backend); in telnet_free()
805 Telnet *telnet = container_of(be, Telnet, backend); in telnet_reconfig()
816 Telnet *telnet = container_of(be, Telnet, backend); in telnet_send()
851 Telnet *telnet = container_of(be, Telnet, backend); in telnet_sendbuffer()
860 Telnet *telnet = container_of(be, Telnet, backend); in telnet_size()
[all …]
/dports/security/putty-nogtk/putty-0.76/
H A Dtelnet.c171 typedef struct Telnet Telnet; typedef
619 Telnet *telnet = container_of(plug, Telnet, plug); in telnet_log()
628 Telnet *telnet = container_of(plug, Telnet, plug); in telnet_closing()
653 Telnet *telnet = container_of(plug, Telnet, plug); in telnet_receive()
662 Telnet *telnet = container_of(plug, Telnet, plug); in telnet_sent()
788 Telnet *telnet = container_of(be, Telnet, backend); in telnet_free()
805 Telnet *telnet = container_of(be, Telnet, backend); in telnet_reconfig()
816 Telnet *telnet = container_of(be, Telnet, backend); in telnet_send()
851 Telnet *telnet = container_of(be, Telnet, backend); in telnet_sendbuffer()
860 Telnet *telnet = container_of(be, Telnet, backend); in telnet_size()
[all …]
/dports/net/p5-Net-Telnet-Netscreen/Net-Telnet-Netscreen-1.2/
H A DREADME2 Net::Telnet::Ns1000 - interact with a Netscreen-1000 firewall
5 use Net::Telnet::Ns1000;
7 my $fw = new Net::Telnet::Ns1000(host=>'62.65.31.108');
14 Net::Telnet::Ns1000 is mostly a pure rippoff of Net::Telnet::Cisco, with
17 and Net::Telnet::Cisco documentation.
20 Before you use Net::Telnet::Ns1000, you should probably have a good
21 understanding of Net::Telnet, so perldoc Net::Telnet first, and then
22 come back to Net::Telnet::Ns1000 to see where the improvements are.
27 can't accomplish with SNMP, there's Net::Telnet::Ns1000.
30 New methods not found in Net::Telnet follow:
[all …]

12345678910>>...80