Home
last modified time | relevance | path

Searched refs:set_my_state_will (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/crypto/heimdal/appl/telnet/telnetd/
Ddefs.h136 #define set_my_state_will(opt) (options[opt] |= MY_STATE_WILL) macro
177 #define set_his_state_do set_my_state_will
Dstate.c784 set_my_state_will(TELOPT_LOGOUT); in dooption()
816 set_my_state_will(option); in dooption()
/freebsd-10-stable/contrib/telnet/telnetd/
Ddefs.h206 #define set_my_state_will(opt) (options[opt] |= MY_STATE_WILL) macro
247 #define set_his_state_do set_my_state_will
Dstate.c911 set_my_state_will(TELOPT_LOGOUT); in dooption()
943 set_my_state_will(option); in dooption()
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnet/
Dexterns.h134 #define set_my_state_will(opt) {options[opt] |= MY_STATE_WILL;} macro
162 #define set_his_state_do set_my_state_will
Dtelnet.c421 set_my_state_will(TELOPT_LINEMODE); in dooption()
449 set_my_state_will(option); in dooption()
456 set_my_state_will(option); in dooption()
/freebsd-10-stable/contrib/telnet/telnet/
Dexterns.h179 #define set_my_state_will(opt) {options[opt] |= MY_STATE_WILL;} macro
207 #define set_his_state_do set_my_state_will
Dtelnet.c495 set_my_state_will(TELOPT_LINEMODE); in dooption()
523 set_my_state_will(option); in dooption()
530 set_my_state_will(option); in dooption()