Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_hub_client_properties.c284 UCHAR *prepend_ptr = NX_NULL; in nx_azure_iot_hub_client_properties_component_process() local
295 prepend_ptr = packet_ptr -> nx_packet_prepend_ptr; in nx_azure_iot_hub_client_properties_component_process()
306 … packet_ptr -> nx_packet_length += (ULONG)(packet_ptr -> nx_packet_prepend_ptr - prepend_ptr); in nx_azure_iot_hub_client_properties_component_process()
307 packet_ptr -> nx_packet_prepend_ptr = prepend_ptr; in nx_azure_iot_hub_client_properties_component_process()
318 … packet_ptr -> nx_packet_length += (ULONG)(packet_ptr -> nx_packet_prepend_ptr - prepend_ptr); in nx_azure_iot_hub_client_properties_component_process()
319 packet_ptr -> nx_packet_prepend_ptr = prepend_ptr; in nx_azure_iot_hub_client_properties_component_process()
328 … packet_ptr -> nx_packet_length += (ULONG)(packet_ptr -> nx_packet_prepend_ptr - prepend_ptr); in nx_azure_iot_hub_client_properties_component_process()
329 packet_ptr -> nx_packet_prepend_ptr = prepend_ptr; in nx_azure_iot_hub_client_properties_component_process()
351 … packet_ptr -> nx_packet_length += (ULONG)(packet_ptr -> nx_packet_prepend_ptr - prepend_ptr); in nx_azure_iot_hub_client_properties_component_process()
352 packet_ptr -> nx_packet_prepend_ptr = prepend_ptr; in nx_azure_iot_hub_client_properties_component_process()
[all …]
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt2546 … Fixed a bug where the prepend_ptr was incorrectedly adjusted before
2551 …nx_ipv6_packet_send.c Fixed a bug where the prepend_ptr was incorrectedly adjusted…