Searched refs:NX_TELNET_WILL (Results 1 – 2 of 2) sorted by relevance
1937 if ((data_char >= NX_TELNET_WILL) && (data_char <= NX_TELNET_DONT)) in _nx_telnet_server_data_process()2441 _nx_telnet_server_create_option_packet(NX_TELNET_WILL, NX_TELNET_ECHO, &option_stream[0]); in _nx_telnet_server_send_option_requests()2447 _nx_telnet_server_create_option_packet(NX_TELNET_WILL, NX_TELNET_SGA, &option_stream[6]); in _nx_telnet_server_send_option_requests()
144 #define NX_TELNET_WILL 251 /* TELNET WILL - Sender wants to enable the… macro