| /NetX-Duo-v6.2.1/addons/mqtt/ |
| D | nxd_mqtt_client.h | 452 UINT keepalive, UINT clean_session, ULONG timeout); 463 UINT keepalive, UINT clean_session, ULONG timeout); 484 UINT keepalive, UINT clean_session, ULONG wait_option); 520 UINT keepalive, UINT clean_session, ULONG timeout); 547 UINT keepalive, UINT clean_session, ULONG wait_option); 551 UINT keepalive, UINT clean_session, ULONG timeout);
|
| D | nxd_mqtt_client.c | 3956 UINT keepalive, UINT clean_session, ULONG wait_option) in _nxd_mqtt_client_connect() argument 4019 client_ptr -> nxd_mqtt_keepalive = keepalive * NX_IP_PERIODIC_RATE; in _nxd_mqtt_client_connect() 4020 if (keepalive) in _nxd_mqtt_client_connect() 4300 UINT keepalive = (client_ptr -> nxd_mqtt_keepalive/NX_IP_PERIODIC_RATE); in _nxd_mqtt_client_connect_packet_send() local 4404 temp_data[2] = (keepalive >> 8) & 0xFF; in _nxd_mqtt_client_connect_packet_send() 4405 temp_data[3] = (keepalive & 0xFF); in _nxd_mqtt_client_connect_packet_send() 4538 UINT keepalive, UINT clean_session, ULONG wait_option) in _nxd_mqtt_client_secure_connect() argument 4555 …ret = _nxd_mqtt_client_connect(client_ptr, server_ip, server_port, keepalive, clean_session, wait_… in _nxd_mqtt_client_secure_connect() 5600 UINT keepalive, UINT clean_session, ULONG wait_option) in _nxde_mqtt_client_connect() argument 5626 …status = _nxd_mqtt_client_connect(client_ptr, server_ip, server_port, keepalive, clean_session, wa… in _nxde_mqtt_client_connect() [all …]
|
| /NetX-Duo-v6.2.1/test/regression/azure_iot/ |
| D | device_cert_unit_test.c | 185 UINT keepalive, UINT clean_session, ULONG wait_option) in __wrap__nxde_mqtt_client_secure_connect() argument
|
| D | connection_unit_test.c | 200 UINT keepalive, UINT clean_session, ULONG wait_option) in __wrap__nxde_mqtt_client_secure_connect() argument
|
| D | user_agent_string_unit_test.c | 244 UINT keepalive, UINT clean_session, ULONG timeout) in __wrap__nxde_mqtt_client_secure_connect() argument
|
| D | d2c_unit_test.c | 304 UINT keepalive, UINT clean_session, ULONG timeout) in __wrap__nxde_mqtt_client_secure_connect() argument
|
| D | c2d_unit_test.c | 541 UINT keepalive, UINT clean_session, ULONG wait_option) in __wrap__nxde_mqtt_client_secure_connect() argument
|
| D | direct_method_unit_test.c | 178 UINT keepalive, UINT clean_session, ULONG wait_option) in __wrap__nxde_mqtt_client_secure_connect() argument
|
| D | nx_azure_iot_pnp_client_command_unit_test.c | 185 UINT keepalive, UINT clean_session, ULONG wait_option) in __wrap__nxde_mqtt_client_secure_connect() argument
|
| D | nx_azure_iot_pnp_client_telemetry_unit_test.c | 149 UINT keepalive, UINT clean_session, ULONG wait_option) in __wrap__nxde_mqtt_client_secure_connect() argument
|
| D | device_twin_unit_test.c | 201 UINT keepalive, UINT clean_session, ULONG wait_option) in __wrap__nxde_mqtt_client_secure_connect() argument
|
| D | nx_azure_iot_adu_agent_unit_test.c | 430 UINT keepalive, UINT clean_session, ULONG wait_option) in __wrap__nxde_mqtt_client_secure_connect() argument
|
| D | iot_provisioning_client_unit_test.c | 197 UINT keepalive, UINT clean_session, ULONG wait_option) in __wrap__nxde_mqtt_client_secure_connect() argument
|
| D | nx_azure_iot_pnp_client_properties_unit_test.c | 240 UINT keepalive, UINT clean_session, ULONG wait_option) in __wrap__nxde_mqtt_client_secure_connect() argument
|
| /NetX-Duo-v6.2.1/docs/ |
| D | revision_history.txt | 2452 Files changed to support per-socket keepalive option: 4868 … getsockopt - Optimized the logic for keepalive feature. 4870 … setsockopt - Optimized the logic for keepalive feature. 4871 … socket - Optimized the logic for keepalive feature.
|