Home
last modified time | relevance | path

Searched refs:nxd_mqtt_client_processing_packet (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/addons/mqtt/
Dnxd_mqtt_client.c2143 if (client_ptr -> nxd_mqtt_client_processing_packet) in _nxd_mqtt_process_disconnect()
2145 nx_packet_release(client_ptr -> nxd_mqtt_client_processing_packet); in _nxd_mqtt_process_disconnect()
2146 client_ptr -> nxd_mqtt_client_processing_packet = NX_NULL; in _nxd_mqtt_process_disconnect()
2245 if (client_ptr -> nxd_mqtt_client_processing_packet) in _nxd_mqtt_packet_receive_process()
2249 if (client_ptr -> nxd_mqtt_client_processing_packet -> nx_packet_last) in _nxd_mqtt_packet_receive_process()
2251 … client_ptr -> nxd_mqtt_client_processing_packet -> nx_packet_last -> nx_packet_next = packet_ptr; in _nxd_mqtt_packet_receive_process()
2255 client_ptr -> nxd_mqtt_client_processing_packet -> nx_packet_next = packet_ptr; in _nxd_mqtt_packet_receive_process()
2259 … client_ptr -> nxd_mqtt_client_processing_packet -> nx_packet_last = packet_ptr -> nx_packet_last; in _nxd_mqtt_packet_receive_process()
2263 client_ptr -> nxd_mqtt_client_processing_packet -> nx_packet_last = packet_ptr; in _nxd_mqtt_packet_receive_process()
2265 …client_ptr -> nxd_mqtt_client_processing_packet -> nx_packet_length += packet_ptr -> nx_packet_len… in _nxd_mqtt_packet_receive_process()
[all …]
Dnxd_mqtt_client.h361 NX_PACKET *nxd_mqtt_client_processing_packet; member