Home
last modified time | relevance | path

Searched defs:logical_connection (Results 1 – 10 of 10) sorted by relevance

/NetX-Duo-v6.2.1/addons/telnet/
Dnxd_telnet_server.c97 …oid (*new_connection)(struct NX_TELNET_SERVER_STRUCT *telnet_server_ptr, UINT logical_connection), in _nxe_telnet_server_create()
181 …oid (*new_connection)(struct NX_TELNET_SERVER_STRUCT *telnet_server_ptr, UINT logical_connection), in _nx_telnet_server_create()
567 UINT _nxe_telnet_server_disconnect(NX_TELNET_SERVER *server_ptr, UINT logical_connection) in _nxe_telnet_server_disconnect()
639 UINT _nx_telnet_server_disconnect(NX_TELNET_SERVER *server_ptr, UINT logical_connection) in _nx_telnet_server_disconnect()
758 UINT _nxe_telnet_server_packet_send(NX_TELNET_SERVER *server_ptr, UINT logical_connection, NX_PACK… in _nxe_telnet_server_packet_send()
826 UINT _nx_telnet_server_packet_send(NX_TELNET_SERVER *server_ptr, UINT logical_connection, NX_PACKE… in _nx_telnet_server_packet_send()
/NetX-Duo-v6.2.1/test/regression/telnet_test/
Dnetx_telnet_two_listen_test.c262 static void telnet_new_connection(NX_TELNET_SERVER *server_ptr, UINT logical_connection) in telnet_new_connection()
268 static void telnet_receive_data(NX_TELNET_SERVER *server_ptr, UINT logical_connection, NX_PACKET *… in telnet_receive_data()
276 static void telnet_connection_end(NX_TELNET_SERVER *server_ptr, UINT logical_connection) in telnet_connection_end()
Dnetx_telnet_create_packet_pool_test.c268 void telnet_new_connection(NX_TELNET_SERVER *server_ptr, UINT logical_connection) in telnet_new_connection()
298 void telnet_receive_data(NX_TELNET_SERVER *server_ptr, UINT logical_connection, NX_PACKET *packet_… in telnet_receive_data()
363 void telnet_connection_end(NX_TELNET_SERVER *server_ptr, UINT logical_connection) in telnet_connection_end()
Dnetx_telnet_server_bad_option_reply_test.c343 static void telnet_new_connection(NX_TELNET_SERVER *server_ptr, UINT logical_connection) in telnet_new_connection()
381 static void telnet_receive_data(NX_TELNET_SERVER *server_ptr, UINT logical_connection, NX_PACKET *… in telnet_receive_data()
449 static void telnet_connection_end(NX_TELNET_SERVER *server_ptr, UINT logical_connection) in telnet_connection_end()
Dnetx_telnet_server_options_negotiate_test.c351 void telnet_new_connection(NX_TELNET_SERVER *server_ptr, UINT logical_connection) in telnet_new_connection()
389 void telnet_receive_data(NX_TELNET_SERVER *server_ptr, UINT logical_connection, NX_PACKET *packet_… in telnet_receive_data()
457 void telnet_connection_end(NX_TELNET_SERVER *server_ptr, UINT logical_connection) in telnet_connection_end()
Dnetx_telnet_rst_test.c282 static void telnet_new_connection(NX_TELNET_SERVER *server_ptr, UINT logical_connection) in telnet_new_connection()
288 static void telnet_receive_data(NX_TELNET_SERVER *server_ptr, UINT logical_connection, NX_PACKET *… in telnet_receive_data()
294 static void telnet_connection_end(NX_TELNET_SERVER *server_ptr, UINT logical_connection) in telnet_connection_end()
Dnetx_telnet_basic_test.c319 void telnet_new_connection(NX_TELNET_SERVER *server_ptr, UINT logical_connection) in telnet_new_connection()
349 void telnet_receive_data(NX_TELNET_SERVER *server_ptr, UINT logical_connection, NX_PACKET *packet_… in telnet_receive_data()
440 void telnet_connection_end(NX_TELNET_SERVER *server_ptr, UINT logical_connection) in telnet_connection_end()
Dnetx_telnet_activity_timeout_test.c261 void telnet_new_connection(NX_TELNET_SERVER *server_ptr, UINT logical_connection) in telnet_new_connection()
294 void telnet_receive_data(NX_TELNET_SERVER *server_ptr, UINT logical_connection, NX_PACKET *packet_… in telnet_receive_data()
378 void telnet_connection_end(NX_TELNET_SERVER *server_ptr, UINT logical_connection) in telnet_connection_end()
Dnetx_telnet_max_connections_test.c262 void telnet_new_connection(NX_TELNET_SERVER *server_ptr, UINT logical_connection) in telnet_new_connection()
295 void telnet_receive_data(NX_TELNET_SERVER *server_ptr, UINT logical_connection, NX_PACKET *packet_… in telnet_receive_data()
378 void telnet_connection_end(NX_TELNET_SERVER *server_ptr, UINT logical_connection) in telnet_connection_end()
/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_telnet.c427 void telnet_new_connection(NX_TELNET_SERVER *server_ptr, UINT logical_connection) in telnet_new_connection()
465 void telnet_receive_data(NX_TELNET_SERVER *server_ptr, UINT logical_connection, NX_PACKET *packet_… in telnet_receive_data()
533 void telnet_connection_end(NX_TELNET_SERVER *server_ptr, UINT logical_connection) in telnet_connection_end()