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

  /src/libexec/telnetd/
termstat.c 156 send_wont(TELOPT_BINARY, 1);
218 send_wont(TELOPT_ECHO, 1);
264 send_wont(TELOPT_SGA, 1);
277 send_wont(TELOPT_SGA, 1);
ext.h 119 send_wont(int, int),
state.c 505 send_wont(TELOPT_SGA, 1);
936 send_wont(option, 0);
944 send_wont(int option, int init) function
1023 send_wont(option, 0);
1036 send_wont(option, 0);
  /src/usr.bin/telnet/
externs.h 263 void send_wont(int, int );
telnet.c 298 send_wont(int c, int init)
499 send_wont(option, 0);
541 send_wont(option, 0);
908 send_wont(TELOPT_XDISPLOC, 1);
2408 send_wont(TELOPT_BINARY, 1);
296 send_wont(int c, int init) function
commands.c 459 return send_tncmd(send_wont, "wont", name);
1081 send_wont(TELOPT_LINEMODE, 1);
1108 send_wont(TELOPT_LINEMODE, 1);

Completed in 30 milliseconds