Home
last modified time | relevance | path

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

/original-bsd/usr.bin/telnet/
H A Dtelnet.c243 NET2ADD(IAC, DO);
259 NET2ADD(IAC, DONT);
275 NET2ADD(IAC, WILL);
291 NET2ADD(IAC, WONT);
2109 NET2ADD(IAC, IAC); in telsnd()
2426 NET2ADD(IAC, DO); in doflush()
2438 NET2ADD(IAC, AO); in xmitAO()
2449 NET2ADD(IAC, EL); in xmitEL()
2456 NET2ADD(IAC, EC); in xmitEC()
2503 NET2ADD(IAC, IP); in intp()
[all …]
H A Ddefines.h19 #define NET2ADD(c1,c2) { NETADD(c1); NETADD(c2); } macro
H A Dtn3270.c125 NET2ADD(IAC, IAC);
132 NET2ADD(IAC, EOR);
H A Dcommands.c340 NET2ADD(IAC, s->what);
/original-bsd/usr.bin/tn3270/
H A Dtelnet.c396 NET2ADD(IAC, AO);
403 NET2ADD(IAC, EL);
406 NET2ADD(IAC, EC);
1542 NET2ADD(IAC, DM); in dosynch()
1553 NET2ADD(IAC, DO); in doflush()
1565 NET2ADD(IAC, IP); in intp()
3009 NET2ADD(IAC, what);
3054 NET2ADD(IAC, DO); in togbinary()
3057 NET2ADD(IAC, WILL); in togbinary()
3063 NET2ADD(IAC, DONT); in togbinary()
[all …]