Searched refs:prepend_ptr (Results 1 – 2 of 2) sorted by relevance
284 UCHAR *prepend_ptr = NX_NULL; in nx_azure_iot_hub_client_properties_component_process() local295 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 …]
2546 … Fixed a bug where the prepend_ptr was incorrectedly adjusted before2551 …nx_ipv6_packet_send.c Fixed a bug where the prepend_ptr was incorrectedly adjusted…