Searched refs:telnet (Results 1 - 20 of 20) sorted by relevance

/haiku/src/bin/network/telnet/
H A Dauthenc.c41 #include <arpa/telnet.h>
H A Dnetwork.c45 #include <arpa/telnet.h>
H A Dterminal.c38 #include <arpa/telnet.h>
H A Dexterns.h107 telnetport, /* Are we connected to the telnet port? */
119 SYNCHing, /* Is the stream in telnet SYNCH mode? */
264 telnet(char *),
H A Dsys_bsd.c40 * (at least between 4.x and dos) which is used in telnet.c.
52 #include <arpa/telnet.h>
905 printf("sleep(5) from telnet, after select: %s\r\n", strerror(errno));
H A Dutilities.c41 #include <arpa/telnet.h>
H A Dtelnet.c32 static const char sccsid[] = "@(#)telnet.c 8.4 (Berkeley) 5/30/95";
40 /* By the way, we need to include curses.h before telnet.h since,
41 * among other things, telnet.h #defines 'DO', which is a variable
52 #include <arpa/telnet.h>
164 * Initialize telnet environment.
1434 * Earlier version of telnet/telnetd from the BSD code had
2113 telnet(char *user __unusedhere)
2239 * These routines add various telnet commands to the data stream.
2112 telnet(char *user __unusedhere) function
H A Dcommands.c56 #include <arpa/telnet.h>
552 printf("Will send carriage returns as telnet <CR><LF>.\n");
554 printf("Will send carriage returns as telnet <CR><NUL>.\n");
725 "sending carriage returns as telnet <CR><LF>",
877 { "escape", "character to escape back to telnet command mode", NULL, &escape },
2304 portp = strdup("telnet");
2395 perror("telnet: socket");
2404 if (tos < 0 && (tp = gettosbyname("telnet", "tcp")))
2413 perror("telnet: setsockopt (IP_TOS) (ignored)");
2500 telnet(use
[all...]
/haiku/src/bin/network/telnetd/
H A Ddefs.h67 #include <arpa/telnet.h>
175 #define TD_OPTIONS 0x10 /* Report just telnet options */
H A Dtelnetd.c120 extern void telnet(int, int, char *);
146 * that works on all telnet clients, including the FreeBSD client.
147 * This is not quite the same as the telnet client issuing a "mode
153 * in telnet sessions and can be used more than once on the same line.
326 const char *service = "telnet";
395 if (tos < 0 && (tp = gettosbyname("telnet", "tcp")))
723 telnet(net, pty, remote_hostname); /* begin server process */
730 * hand data to telnet receiver finite state machine.
733 telnet(int f, int p, char *host) function
817 * On the off chance that the telnet clien
[all...]
/haiku/src/libs/libtelnet/
H A Dkrb4encpwd.c75 #include <arpa/telnet.h>
H A Drsaencpwd.c74 #include <arpa/telnet.h>
H A Dkerberos.c60 #include <arpa/telnet.h>
H A Dauth.c69 #include <arpa/telnet.h>
H A Dsra.c38 #include <arpa/telnet.h>
H A Denc_des.c40 #include <arpa/telnet.h>
H A Dkerberos5.c56 #include <arpa/telnet.h>
72 int forward_flags = 0; /* Flags get set in telnet/main.c on -f and -F */
74 /* These values need to be the same as those defined in telnet/main.c. */
H A Dencrypt.c64 #include <arpa/telnet.h>
/haiku/src/bin/network/ftpd/
H A Dftpcmd.y1165 #include <arpa/telnet.h>
H A Dftpd.c66 #include <arpa/telnet.h>

Completed in 107 milliseconds