Searched defs:logical_connection (Results 1 – 10 of 10) sorted by relevance
| /NetX-Duo-v6.2.1/addons/telnet/ |
| D | nxd_telnet_server.c | 97 …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/ |
| D | netx_telnet_two_listen_test.c | 262 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()
|
| D | netx_telnet_create_packet_pool_test.c | 268 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()
|
| D | netx_telnet_server_bad_option_reply_test.c | 343 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()
|
| D | netx_telnet_server_options_negotiate_test.c | 351 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()
|
| D | netx_telnet_rst_test.c | 282 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()
|
| D | netx_telnet_basic_test.c | 319 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()
|
| D | netx_telnet_activity_timeout_test.c | 261 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()
|
| D | netx_telnet_max_connections_test.c | 262 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/ |
| D | demo_netxduo_telnet.c | 427 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()
|