Searched refs:nx_packet_option_offset (Results 1 – 3 of 3) sorted by relevance
| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_ip_dispatch_process.c | 116 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()
|
| D | nx_ipv6_packet_receive.c | 318 packet_ptr -> nx_packet_option_offset = 6; in _nx_ipv6_packet_receive()
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_api.h | 1581 USHORT nx_packet_option_offset; member
|