Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_ip_dispatch_process.c116 UINT nx_packet_option_offset; in _nx_ip_dispatch_process() local
150 nx_packet_option_offset = packet_ptr -> nx_packet_option_offset; in _nx_ip_dispatch_process()
165 NX_ICMPV6_SEND_PARAMETER_PROBLEM(ip_ptr, packet_ptr, 1, nx_packet_option_offset); in _nx_ip_dispatch_process()
228 NX_ICMPV6_SEND_PARAMETER_PROBLEM(ip_ptr, packet_ptr, 1, nx_packet_option_offset); in _nx_ip_dispatch_process()
240 NX_ICMPV6_SEND_PARAMETER_PROBLEM(ip_ptr, packet_ptr, 1, nx_packet_option_offset); in _nx_ip_dispatch_process()
262 NX_ICMPV6_SEND_PARAMETER_PROBLEM(ip_ptr, packet_ptr, 1, nx_packet_option_offset); in _nx_ip_dispatch_process()
610 … NX_ICMPV6_SEND_PARAMETER_PROBLEM(ip_ptr, packet_ptr, 1, nx_packet_option_offset); in _nx_ip_dispatch_process()
696 packet_ptr -> nx_packet_option_offset = (USHORT)next_option_offset; in _nx_ip_dispatch_process()
Dnx_ipv6_packet_receive.c318 packet_ptr -> nx_packet_option_offset = 6; in _nx_ipv6_packet_receive()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h1581 USHORT nx_packet_option_offset; member