Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_ip_dispatch_process.c672 option_hdr_len = (ULONG)((option -> nx_ipv6_header_option_ext_length + 1) << 3); in _nx_ip_dispatch_process()
/NetX-Duo-v6.2.1/common/inc/
Dnx_ipv6.h106 UCHAR nx_ipv6_header_option_ext_length; member
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c12355 header_length = (ULONG)((option -> nx_ipv6_header_option_ext_length << 2) + 2); in _nxd_bsd_swap_ipv6_extension_headers()
12357 header_length = (ULONG)((option -> nx_ipv6_header_option_ext_length + 1) << 3); in _nxd_bsd_swap_ipv6_extension_headers()