Lines Matching defs:telnet
1 /* $NetBSD: telnet.c,v 1.44 2021/10/30 13:43:40 hannken Exp $ */
35 static char sccsid[] = "@(#)telnet.c 8.4 (Berkeley) 5/30/95";
37 __RCSID("$NetBSD: telnet.c,v 1.44 2021/10/30 13:43:40 hannken Exp $");
46 /* By the way, we need to include curses.h before telnet.h since,
47 * among other things, telnet.h #defines 'DO', which is a variable
51 #include <arpa/telnet.h>
100 SYNCHing, /* we are in TELNET SYNCH mode */
123 * Telnet receiver states for fsm
164 * Initialize telnet environment.
1953 * a newline (unix) is CRLF (TELNET).
2050 telnet(const char *user)
2062 auth_encrypt_init(local_host, hostname, "TELNET", 0);
2111 * Return the address of the next "item" in the TELNET data
2114 * be the address of the character following the TELNET command
2115 * if the current address is a TELNET IAC ("I Am a Command")
2152 * We are about to do a TELNET SYNCH operation. Clear
2156 * byte or so of a previous TELNET command into the network.
2207 * These routines add various telnet commands to the data stream.