Home
last modified time | relevance | path

Searched refs:DONT (Results 1 – 8 of 8) sorted by last modified time

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c118 static uchar_t dont[] = { (uchar_t)IAC, (uchar_t)DONT, '%', 'c', 0 };
3584 case DONT: in telrcv()
4309 case DONT: in nextitem()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c754 obuf[1] = DONT; in atelnet()
755 if ((*p == DO) || (*p == DONT)) in atelnet()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dutilities.c202 (cmd == DO) ? "DO" : (cmd == DONT) ? "DONT" : 0;
643 case DONT:
792 case DONT:
H A Dtelnet.c321 NET2ADD(IAC, DONT);
323 printoption("SENT", DONT, c);
898 case DONT: in suboption()
1069 str_lm[3] = DONT;
1851 case DONT: in telrcv()
1915 printoption("RCVD", DONT, c); in telrcv()
2351 case DONT:
/illumos-gate/usr/src/cmd/vntsd/
H A Dcmd.c401 uint8_t buf[] = {IAC, DONT, LINEMODE, IAC, WILL, SUPRESS, IAC, WILL, in vntsd_set_telnet_options()
402 TEL_ECHO, IAC, DONT, TERM_TYPE, IAC, DONT, TERM_SP, in vntsd_set_telnet_options()
403 IAC, DONT, STATUS, IAC, DONT, FC, IAC, DONT, TM, IAC, DONT, ENV, in vntsd_set_telnet_options()
404 IAC, DONT, WIN_SIZE}; in vntsd_set_telnet_options()
429 (uint8_t)cmd == DO || (uint8_t)cmd == DONT) { in vntsd_telnet_cmd()
464 case DONT: in vntsd_telnet_cmd()
H A Dchars.h63 #define DONT 254 /* request do not do */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c553 case DONT: in getreply()
556 DONT, c); in getreply()
/illumos-gate/usr/src/head/arpa/
H A Dtelnet.h47 #define DONT 254 /* you are not to use option */ macro