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.h100 #define NX_TELNET_NOT_CONNECTED 0xF3 /* TELNET not connected error … macro
Dnxd_telnet_client.c743 return(NX_TELNET_NOT_CONNECTED); in _nx_telnet_client_disconnect()
Dnxd_telnet_server.h185 #define NX_TELNET_NOT_CONNECTED 0xF3 /* TELNET not connected error … macro
Dnxd_telnet_server.c678 return(NX_TELNET_NOT_CONNECTED); in _nx_telnet_server_disconnect()