Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_packet_data_append.c88 ULONG available_bytes; /* Number of available bytes */ in _nx_packet_data_append() local
104 available_bytes = 0; in _nx_packet_data_append()
112 available_bytes = available_bytes + in _nx_packet_data_append()
129available_bytes = (ULONG)(packet_ptr -> nx_packet_data_end - packet_ptr -> nx_packet_append_ptr); in _nx_packet_data_append()
133 if (available_bytes < data_size) in _nx_packet_data_append()
141 while (available_bytes < data_size) in _nx_packet_data_append()
201 available_bytes = available_bytes + in _nx_packet_data_append()