HomeSort by: relevance | last modified time | path
    Searched defs:send_will (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/telnetd/
state.c 769 send_will(TELOPT_SGA, 1);
770 send_will(TELOPT_ECHO, 1);
790 send_will(int option, int init) function in typeref:typename:void
895 send_will(option, 0);
908 send_will(TELOPT_LOGOUT, 0);
933 send_will(option, 0);
1026 send_will(option, 1);
  /src/usr.bin/telnet/
telnet.c 283 send_will(int c, int init)
444 send_will(option, 0);
483 send_will(option, 0);
495 send_will(option, 0);
2069 send_will(TELOPT_AUTHENTICATION, 1);
2073 send_will(TELOPT_ENCRYPT, 1);
2076 send_will(TELOPT_TTYPE, 1);
2077 send_will(TELOPT_NAWS, 1);
2078 send_will(TELOPT_TSPEED, 1);
2079 send_will(TELOPT_LFLOW, 1)
281 send_will(int c, int init) function in typeref:typename:void
    [all...]

Completed in 14 milliseconds