Searched refs:connected (Results 1 – 12 of 12) sorted by relevance
203 static UINT connected = NX_FALSE; variable207 connected = NX_TRUE; in test_establish_notify()253 connected = NX_FALSE; in thread_client_entry()259 if (!status || (connected == NX_TRUE) || (disconnected == NX_TRUE)) in thread_client_entry()272 if (!status || (connected == NX_TRUE) || (disconnected == NX_TRUE)) in thread_client_entry()281 if (status || (connected != NX_TRUE)) in thread_client_entry()
189 static UINT connected = NX_FALSE; variable193 connected = NX_TRUE; in test_establish_notify()242 connected = NX_FALSE; in thread_client_entry()260 if (!status || (connected == NX_TRUE) || (disconnected == NX_TRUE)) in thread_client_entry()281 if (status || (connected != NX_TRUE)) in thread_client_entry()
200 static UINT connected = NX_FALSE; variable203 connected = NX_TRUE; in test_establish_notify()247 connected = NX_FALSE; in thread_client_entry()264 if (!status || (connected == NX_TRUE)) in thread_client_entry()285 if (status || (connected != NX_TRUE)) in thread_client_entry()
189 static UINT connected = NX_FALSE; variable192 connected = NX_TRUE; in test_establish_notify()236 connected = NX_FALSE; in thread_client_entry()251 if (status || (connected != NX_TRUE)) in thread_client_entry()
189 static UINT connected = NX_FALSE; variable192 connected = NX_TRUE; in test_establish_notify()242 if (status || (connected != NX_TRUE)) in thread_client_entry()
56 static ULONG connected = NX_FALSE; variable412 if (connected == NX_FALSE) in ntest_0_entry()423 if (connected == NX_TRUE) in ntest_0_entry()465 connected = NX_TRUE; in mqtt_connect_notify()473 connected = NX_FALSE; in mqtt_disconnect_notify()
59 static ULONG connected = NX_FALSE; variable282 if (connected == NX_FALSE) in ntest_0_entry()509 connected = NX_TRUE; in mqtt_connect_notify()
46 static ULONG connected = NX_FALSE; variable300 if (connected == NX_FALSE) in ntest_0_entry()745 connected = NX_TRUE; in mqtt_connect_notify()
267 static VOID on_packet_received(NX_SECURE_TLS_SESSION *tls_session, UCHAR *connected, UCHAR *receive… in on_packet_received() argument273 if (*connected == NX_FALSE) in on_packet_received()280 *connected = NX_TRUE; in on_packet_received()309 if (*connected) in on_packet_received()
390 * NX_AZURE_IOT_SUCCESS Successful if connected to Azure IoT Hub.392 * NX_AZURE_IOT_ALREADY_CONNECTED Already connected to Azure IoT Hub.463 … is changed, such as: return NX_AZURE_IOT_SUCCESS status once client is connected to IoT Hub. Sett…837 * NXD_MQTT_NOT_CONNECTED Fail to enable C2D message receiving due to MQTT not connected.873 * NXD_MQTT_NOT_CONNECTED Fail to disable C2D message receiving due to MQTT not connected.991 * NXD_MQTT_NOT_CONNECTED Fail to enable direct method message receiving due to MQTT not connected.1027 * NXD_MQTT_NOT_CONNECTED Fail to disable direct method message receiving due to MQTT not connected.1152 * NXD_MQTT_NOT_CONNECTED Fail to enable command message receiving due to MQTT not connected.1188 * NXD_MQTT_NOT_CONNECTED Fail to disable command message receiving due to MQTT not connected.1322 * NXD_MQTT_NOT_CONNECTED Fail to enable device twin feature due to MQTT not connected.[all …]
2719 INT connected = 0; in nx_bsd_accept() local2896 while(!connected) in nx_bsd_accept()2906 connected = 1; in nx_bsd_accept()
2053 nx_tcp_socket_send_internal.c Fixed a bug when socket is not connected, supported