Searched refs:MQTT_PORT (Results 1 – 12 of 12) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/interoperability_test/mqtt_test/ |
| D | mqtt_interoperability_test.h | 6 #define MQTT_PORT 8884 macro 8 #ifndef MQTT_PORT 9 #define MQTT_PORT 8883 macro
|
| D | linux_mqtt_subscriber_empty_message_test_publisher.c | 11 CHAR* external_cmd[] = { "no_tls_pub.sh","-p", STRING(MQTT_PORT), "-t", "test", "-n", NULL}; in mqtt_publisher_entry()
|
| D | linux_mqtt_subscriber_test_publisher.c | 11 CHAR* external_cmd[] = { "no_tls_pub.sh","-p", STRING(MQTT_PORT), "-t", "test", "-m", "hello", NULL… in mqtt_publisher_entry()
|
| D | linux_mqtt_tls_subscriber_test_publisher.c | 17 CHAR* external_cmd[] = { "pub.sh","-p", STRING(MQTT_PORT), "-t", "test", "-m", "hello", NULL}; in mqtt_publisher_entry()
|
| D | linux_mqtt_tls_subscriber_twice_test_publisher.c | 17 CHAR* external_cmd[] = { "pub.sh","-p", STRING(MQTT_PORT), "-t", "test", "-m", "hello", NULL}; in mqtt_publisher_entry()
|
| D | linux_mqtt_tls_subscriber_test_server.c | 16 CHAR* external_cmd[] = { "certificate_server.sh", "-p", STRING(MQTT_PORT), NULL}; in mqtt_server_entry()
|
| D | linux_mqtt_subscriber_test_server.c | 16 CHAR* external_cmd[] = { "no_tls_server.sh", "-p", STRING(MQTT_PORT), NULL}; in mqtt_server_entry()
|
| D | netx_mqtt_tls_subscriber_test.c | 212 status = nxd_mqtt_client_secure_connect(&mqtt_client, &server_ip, MQTT_PORT, in client_thread_entry() 218 status = nxd_mqtt_client_secure_connect(&mqtt_client, &server_ip, MQTT_PORT, in client_thread_entry()
|
| D | netx_mqtt_double_subscribers_test.c | 240 status = nxd_mqtt_client_secure_connect(&mqtt_client, &server_ip, MQTT_PORT, in client_thread_entry() 250 status = nxd_mqtt_client_secure_connect(&mqtt_client_0, &server_ip, MQTT_PORT, in client_thread_entry()
|
| D | netx_mqtt_subscriber_empty_message_test.c | 154 status = nxd_mqtt_client_connect(&mqtt_client, &server_ip, MQTT_PORT, in client_thread_entry()
|
| D | netx_mqtt_subscriber_test.c | 154 status = nxd_mqtt_client_connect(&mqtt_client, &server_ip, MQTT_PORT, in client_thread_entry()
|
| D | netx_mqtt_tls_subscriber_twice_test.c | 229 status = nxd_mqtt_client_secure_connect(&mqtt_client, &server_ip, MQTT_PORT, in client_thread_entry()
|