Searched refs:set_my_state_will (Results 1 - 4 of 4) sorted by relevance

/haiku/src/bin/network/telnetd/
H A Ddefs.h206 #define set_my_state_will(opt) (options[opt] |= MY_STATE_WILL) macro
247 #define set_his_state_do set_my_state_will
H A Dstate.c909 set_my_state_will(TELOPT_LOGOUT);
941 set_my_state_will(option);
/haiku/src/bin/network/telnet/
H A Dexterns.h179 #define set_my_state_will(opt) {options[opt] |= MY_STATE_WILL;} macro
207 #define set_his_state_do set_my_state_will
H A Dtelnet.c462 set_my_state_will(TELOPT_LINEMODE);
490 set_my_state_will(option);
497 set_my_state_will(option);

Completed in 47 milliseconds