Home
last modified time | relevance | path

Searched defs:fixed_header (Results 1 – 25 of 26) sorted by relevance

12

/NetX-Duo-v6.2.1/test/regression/mqtt_test/
Dnetx_mqtt_receive_qos2_test.c233 static UCHAR fixed_header[] = {0x10, 0x00, 0x00, 0x04, 'M', 'Q', 'T', 'T', 0x4, 0x0, 0x0, 0x0}; variable
Dnetx_mqtt_connack_error_test.c295 static UCHAR fixed_header[] = {0x10, 0x00, 0x00, 0x04, 'M', 'Q', 'T', 'T', 0x4, 0x0, 0x0, 0x0}; variable
Dnetx_mqtt_connect_auth_empty_test.c325 static UCHAR fixed_header[] = {0x10, 0x00, 0x00, 0x04, 'M', 'Q', 'T', 'T', 0x4, 0x0, 0x0, 0x0}; variable
Dnetx_mqtt_connect_auth_test.c327 static UCHAR fixed_header[] = {0x10, 0x00, 0x00, 0x04, 'M', 'Q', 'T', 'T', 0x4, 0x0, 0x0, 0x0}; variable
Dnetx_mqtt_connect_non_block_2_test.c200 static UCHAR fixed_header[] = {0x10, 0x00, 0x00, 0x04, 'M', 'Q', 'T', 'T', 0x4, 0x0, 0x0, 0x0}; variable
Dnetx_mqtt_connect_packet_send_failure_test.c287 static UCHAR fixed_header[] = {0x10, 0x00, 0x00, 0x04, 'M', 'Q', 'T', 'T', 0x4, 0x0, 0x0, 0x0}; variable
Dnetx_mqtt_connect_test.c308 static UCHAR fixed_header[] = {0x10, 0x00, 0x00, 0x04, 'M', 'Q', 'T', 'T', 0x4, 0x0, 0x0, 0x0}; variable
Dnetx_mqtt_connect_non_block_test.c308 static UCHAR fixed_header[] = {0x10, 0x00, 0x00, 0x04, 'M', 'Q', 'T', 'T', 0x4, 0x0, 0x0, 0x0}; variable
Dnetx_mqtt_connect_v6_test.c366 static UCHAR fixed_header[] = {0x10, 0x00, 0x00, 0x04, 'M', 'Q', 'T', 'T', 0x4, 0x0, 0x0, 0x0}; variable
Dnetx_mqtt_connect_will_message_test.c308 static UCHAR fixed_header[] = {0x10, 0x00, 0x00, 0x04, 'M', 'Q', 'T', 'T', 0x4, 0x0, 0x0, 0x0}; variable
Dnetx_mqtt_connect_will_topic_only_test.c313 static UCHAR fixed_header[] = {0x10, 0x00, 0x00, 0x04, 'M', 'Q', 'T', 'T', 0x4, 0x0, 0x0, 0x0}; variable
Dnetx_mqtt_connect_with_auth_will_test.c314 static UCHAR fixed_header[] = {0x10, 0x00, 0x00, 0x04, 'M', 'Q', 'T', 'T', 0x4, 0x0, 0x0, 0x0}; variable
Dnetx_mqtt_multiple_receive_test.c371 static UCHAR fixed_header[] = {0x10, 0x00, 0x00, 0x04, 'M', 'Q', 'T', 'T', 0x4, 0x0, 0x0, 0x0}; variable
Dnetx_mqtt_receive_qos0_test.c344 static UCHAR fixed_header[] = {0x10, 0x00, 0x00, 0x04, 'M', 'Q', 'T', 'T', 0x4, 0x0, 0x0, 0x0}; variable
Dnetx_mqtt_receive_qos1_test.c341 static UCHAR fixed_header[] = {0x10, 0x00, 0x00, 0x04, 'M', 'Q', 'T', 'T', 0x4, 0x0, 0x0, 0x0}; variable
Dnetx_mqtt_receive_span_test.c352 static UCHAR fixed_header[] = {0x10, 0x00, 0x00, 0x04, 'M', 'Q', 'T', 'T', 0x4, 0x0, 0x0, 0x0}; variable
Dnetx_mqtt_websocket_block_test.c318 static UCHAR fixed_header[] = {0x10, 0x00, 0x00, 0x04, 'M', 'Q', 'T', 'T', 0x4, 0x0, 0x0, 0x0}; variable
Dnetx_mqtt_websocket_non_block_test.c330 static UCHAR fixed_header[] = {0x10, 0x00, 0x00, 0x04, 'M', 'Q', 'T', 'T', 0x4, 0x0, 0x0, 0x0}; variable
/NetX-Duo-v6.2.1/addons/mqtt/
Dnxd_mqtt_client.c114 UCHAR fixed_header[5]; in _nxd_mqtt_client_set_fixed_header() local
1414 UCHAR fixed_header; in _nxd_mqtt_process_publish() local
1669 UCHAR fixed_header; in _nxd_mqtt_process_publish_response() local
1854 UCHAR fixed_header; in _nxd_mqtt_process_sub_unsub_ack() local
2057 UCHAR fixed_header; in _nxd_mqtt_process_disconnect() local
3820 UCHAR fixed_header; in _nxd_mqtt_client_retransmit_message() local
/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dnx_azure_iot_pnp_client_telemetry_unit_test.c277 UCHAR fixed_header[5]; in mqtt_client_set_fixed_header() local
Ddirect_method_unit_test.c217 UCHAR fixed_header[5]; in mqtt_client_set_fixed_header() local
Ddevice_twin_unit_test.c240 UCHAR fixed_header[5]; in mqtt_client_set_fixed_header() local
Dnx_azure_iot_pnp_client_command_unit_test.c227 UCHAR fixed_header[5]; in mqtt_client_set_fixed_header() local
Diot_provisioning_client_unit_test.c355 UCHAR fixed_header[5]; in mqtt_client_set_fixed_header() local
Dnx_azure_iot_adu_agent_unit_test.c516 UCHAR fixed_header[5]; in mqtt_client_set_fixed_header() local

12