HomeSort by: relevance | last modified time | path
    Searched refs:send_dont (Results 1 - 6 of 6) sorted by relevancy

  /src/libexec/telnetd/
ext.h 115 send_dont(int, int),
termstat.c 148 send_dont(TELOPT_BINARY, 1);
235 send_dont(TELOPT_LINEMODE, 1);
state.c 574 send_dont(option, 0);
589 send_dont(option, 1);
642 send_dont(int option, int init) function in typeref:typename:void
761 send_dont(option, 0);
  /src/usr.bin/telnet/
externs.h 261 void send_dont(int, int );
commands.c 447 return send_tncmd(send_dont, "dont", name);
1082 send_dont(TELOPT_SGA, 1);
1083 send_dont(TELOPT_ECHO, 1);
1093 send_dont(TELOPT_SGA, 1);
1096 send_dont(TELOPT_ECHO, 1);
telnet.c 268 send_dont(int c, int init)
365 send_dont(option, 0);
410 send_dont(option, 0);
2406 send_dont(TELOPT_BINARY, 1);
266 send_dont(int c, int init) function in typeref:typename:void

Completed in 17 milliseconds