Home
last modified time | relevance | path

Searched refs:my_state_is_wont (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Ddefs.h131 #define my_state_is_wont(opt) (!my_state_is_will(opt)) macro
172 #define his_state_is_dont my_state_is_wont
H A Dtelnetd.c839 if (my_state_is_wont(TELOPT_SGA)) in my_telnet()
912 if (my_state_is_wont(TELOPT_ECHO)) in my_telnet()
1198 if ((c == '\r') && (my_state_is_wont(TELOPT_BINARY))) { in my_telnet()
H A Dstate.c824 if ((will_wont_resp[option] == 0 && my_state_is_wont(option)) || in send_wont()
847 if (will_wont_resp[option] && my_state_is_wont(option)) in dontoption()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h129 #define my_state_is_wont(opt) (!my_state_is_will(opt)) macro
157 #define his_state_is_dont my_state_is_wont
H A Dtelnet.c223 if (((will_wont_resp[c] == 0) && my_state_is_wont(c)) || in send_wont()
465 if (will_wont_resp[option] && my_state_is_wont(option)) in dontoption()
2378 if (my_state_is_wont(TELOPT_NAWS)) in sendnaws()
H A Dcommands.c1676 if (my_state_is_wont(TELOPT_NEW_ENVIRON) in env_send()
1678 && my_state_is_wont(TELOPT_OLD_ENVIRON) in env_send()
/freebsd/contrib/telnet/telnet/
H A Dexterns.h170 #define my_state_is_wont(opt) (!my_state_is_will(opt)) macro
198 #define his_state_is_dont my_state_is_wont
H A Dtelnet.c295 if (((will_wont_resp[c] == 0) && my_state_is_wont(c)) || in send_wont()
533 if (will_wont_resp[option] && my_state_is_wont(option)) in dontoption()
2393 if (my_state_is_wont(TELOPT_NAWS)) in sendnaws()
H A Dcommands.c1738 if (my_state_is_wont(TELOPT_NEW_ENVIRON) in env_send()
1740 && my_state_is_wont(TELOPT_OLD_ENVIRON) in env_send()