Home
last modified time | relevance | path

Searched refs:NX_TELNET_NOT_CONNECTED (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/addons/telnet/
Dnxd_telnet_client.h101 #define NX_TELNET_NOT_CONNECTED 0xF3 /* TELNET not connected error … macro
Dnxd_telnet_client.c744 return(NX_TELNET_NOT_CONNECTED); in _nx_telnet_client_disconnect()
Dnxd_telnet_server.h186 #define NX_TELNET_NOT_CONNECTED 0xF3 /* TELNET not connected error … macro
Dnxd_telnet_server.c679 return(NX_TELNET_NOT_CONNECTED); in _nx_telnet_server_disconnect()