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

/haiku/src/bin/network/telnetd/
H A Ddefs.h202 #define set_my_state_will(opt) (options[opt] |= MY_STATE_WILL) macro
243 #define set_his_state_do set_my_state_will
H A Dstate.c907 set_my_state_will(TELOPT_LOGOUT);
939 set_my_state_will(option);
/haiku/src/bin/network/telnet/
H A Dexterns.h175 #define set_my_state_will(opt) {options[opt] |= MY_STATE_WILL;} macro
203 #define set_his_state_do set_my_state_will
H A Dtelnet.c491 set_my_state_will(TELOPT_LINEMODE);
519 set_my_state_will(option);
526 set_my_state_will(option);

Completed in 99 milliseconds