Searched refs:NET2ADD (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | telnet.c | 305 NET2ADD(IAC, DO); 321 NET2ADD(IAC, DONT); 337 NET2ADD(IAC, WILL); 353 NET2ADD(IAC, WONT); 2105 NET2ADD('\r', '\0'); in telsnd() 2107 NET2ADD('\r', '\n'); in telsnd() 2112 NET2ADD(IAC, IAC); in telsnd() 2119 NET2ADD(IAC, IAC); in telsnd() 2441 NET2ADD(IAC, DO); in doflush() 2458 NET2ADD(IAC, AO); in xmitAO() [all …]
|
H A D | defines.h | 49 #define NET2ADD(c1, c2) { NETADD(c1); NETADD(c2); } macro
|
H A D | commands.c | 499 NET2ADD(IAC, s->what);
|