Home
last modified time | relevance | path

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

/dragonfly/libexec/telnetd/
H A Ddefs.h190 #define my_state_is_wont(opt) (!my_state_is_will(opt)) macro
231 #define his_state_is_dont my_state_is_wont
H A Dtelnetd.c719 if (my_state_is_wont(TELOPT_SGA)) in telnet()
801 if (my_state_is_wont(TELOPT_ECHO)) in telnet()
1098 if ((c == '\r') && (my_state_is_wont(TELOPT_BINARY))) { in telnet()
H A Dstate.c944 if ((will_wont_resp[option] == 0 && my_state_is_wont(option)) || in send_wont()
967 if (will_wont_resp[option] && my_state_is_wont(option)) in dontoption()
/dragonfly/usr.bin/telnet/
H A Dexterns.h154 #define my_state_is_wont(opt) (!my_state_is_will(opt)) macro
182 #define his_state_is_dont my_state_is_wont
H A Dtelnet.c250 if (((will_wont_resp[c] == 0) && my_state_is_wont(c)) || in send_wont()
486 if (will_wont_resp[option] && my_state_is_wont(option)) in dontoption()
2347 if (my_state_is_wont(TELOPT_NAWS)) in sendnaws()
H A Dcommands.c1708 if (my_state_is_wont(TELOPT_NEW_ENVIRON) in env_send()
1710 && my_state_is_wont(TELOPT_OLD_ENVIRON) in env_send()