Searched defs:telnet (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c42 static char sccsid[] = "@(#)telnet.c 8.1 (Berkeley) 6/6/93";
51 * By the way, we need to include curses.h before telnet.h since,
52 * among other things, telnet.h #defines 'DO', which is a variable
56 #include <arpa/telnet.h>
174 { "telnet command mode", COMMAND_LINE },
204 * Initialize telnet environment.
856 "telnet: not enough room in buffer "
966 "telnet: not enough room in buffer"
1065 "telnet: command missing from linemode WILL request\n");
1078 (void) printf("telnet
2206 telnet(user) function
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c67 #include <arpa/telnet.h>
283 static void telnet(int, int);
297 * send an environment variable intended to affect the telnet daemon's
1259 * 255 (telnet IAC) is used, it can be "escaped" by
1260 * adding it twice (telnet RFC 854).
1665 * not yet processed by the telnet state machine.
2302 sp = getservbyname("telnet", "tcp");
2305 "telnetd: tcp/telnet: "
2399 (void) strcpy(pam_svc_name, "telnet");
2411 * from the network, and pass it through the telnet stat
3257 telnet(int net, int master) function
[all...]

Completed in 64 milliseconds