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.c89 ULONG offset_bytes; in _nx_packet_data_extract_offset() local
120 offset_bytes = offset; in _nx_packet_data_extract_offset()
129 if (packet_fragment_length > offset_bytes) in _nx_packet_data_extract_offset()
133 source_ptr = working_packet_ptr -> nx_packet_prepend_ptr + offset_bytes; in _nx_packet_data_extract_offset()
141 offset_bytes = offset_bytes - packet_fragment_length; in _nx_packet_data_extract_offset()
148 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.c9591 ULONG offset_bytes; in nx_packet_data_extract_offset() local
9618 offset_bytes = offset; in nx_packet_data_extract_offset()
9625 if (packet_fragment_length > offset_bytes) in nx_packet_data_extract_offset()
9628 source_ptr = working_packet_ptr -> nx_packet_prepend_ptr + offset_bytes; in nx_packet_data_extract_offset()
9635 offset_bytes = offset_bytes - packet_fragment_length ; in nx_packet_data_extract_offset()
9643 source_ptr = working_packet_ptr -> nx_packet_prepend_ptr + offset_bytes; in nx_packet_data_extract_offset()