Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_packet_data_extract_offset.c90 ULONG offset_bytes; in _nx_packet_data_extract_offset() local
121 offset_bytes = offset; in _nx_packet_data_extract_offset()
130 if (packet_fragment_length > offset_bytes) in _nx_packet_data_extract_offset()
134 source_ptr = working_packet_ptr -> nx_packet_prepend_ptr + offset_bytes; in _nx_packet_data_extract_offset()
142 offset_bytes = offset_bytes - packet_fragment_length; in _nx_packet_data_extract_offset()
149 source_ptr = working_packet_ptr -> nx_packet_prepend_ptr + offset_bytes; in _nx_packet_data_extract_offset()
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c9150 ULONG offset_bytes; in nx_packet_data_extract_offset() local
9177 offset_bytes = offset; in nx_packet_data_extract_offset()
9184 if (packet_fragment_length > offset_bytes) in nx_packet_data_extract_offset()
9187 source_ptr = working_packet_ptr -> nx_packet_prepend_ptr + offset_bytes; in nx_packet_data_extract_offset()
9194 offset_bytes = offset_bytes - packet_fragment_length ; in nx_packet_data_extract_offset()
9202 source_ptr = working_packet_ptr -> nx_packet_prepend_ptr + offset_bytes; in nx_packet_data_extract_offset()