Home
last modified time | relevance | path

Searched refs:NET2ADD (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/telnet/
H A Dtelnet.c260 NET2ADD(IAC, DO); in send_do()
275 NET2ADD(IAC, DONT); in send_dont()
290 NET2ADD(IAC, WILL); in send_will()
305 NET2ADD(IAC, WONT); in send_wont()
1959 NET2ADD('\r', '\0'); in telsnd()
1961 NET2ADD('\r', '\n'); in telsnd()
1966 NET2ADD(IAC, IAC); in telsnd()
1973 NET2ADD(IAC, IAC); in telsnd()
2205 NET2ADD(IAC, DO); in doflush()
2217 NET2ADD(IAC, AO); in xmitAO()
[all …]
H A Ddefines.h37 #define NET2ADD(c1,c2) { NETADD((c1)); NETADD((c2)); } macro
H A Dcommands.c423 NET2ADD(IAC, (unsigned char)s->what); in sendcmd()