Searched refs:send_dont (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.bin/telnet/
H A Dexterns.h218 void send_dont (int, int);
H A Dcommands.c342 return(send_tncmd(send_dont, "dont", name));
930 send_dont(TELOPT_SGA, 1);
931 send_dont(TELOPT_ECHO, 1);
941 send_dont(TELOPT_SGA, 1);
944 send_dont(TELOPT_ECHO, 1);
H A Dtelnet.c203 send_dont(int c, int init)
293 send_dont(option, 0);
335 send_dont(option, 0);
2187 send_dont(TELOPT_BINARY, 1);
201 send_dont(int c, int init) function

Completed in 184 milliseconds