Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c305 NET2ADD(IAC, DO);
321 NET2ADD(IAC, DONT);
337 NET2ADD(IAC, WILL);
353 NET2ADD(IAC, WONT);
2441 NET2ADD(IAC, DO); in doflush()
2458 NET2ADD(IAC, AO); in xmitAO()
2471 NET2ADD(IAC, EL); in xmitEL()
2478 NET2ADD(IAC, EC); in xmitEC()
2525 NET2ADD(IAC, IP); in intp()
2574 NET2ADD(IAC, SUSP); in sendsusp()
[all …]
H A Ddefines.h49 #define NET2ADD(c1, c2) { NETADD(c1); NETADD(c2); } macro
H A Dcommands.c499 NET2ADD(IAC, s->what);