Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/common/src/
Dnx_ipv4_option_process.c85 UCHAR op_length; in _nx_ipv4_option_process() local
147 op_length = *(option_ptr + 1); in _nx_ipv4_option_process()
159 if ((op_length < 8) || (op_length > 40) || ((op_length % 4) != 0)) in _nx_ipv4_option_process()
220 op_length = *(option_ptr + 1); in _nx_ipv4_option_process()
225 if ((op_length < 2) || ((index + op_length) > ip_option_length)) in _nx_ipv4_option_process()
231 option_ptr += op_length; in _nx_ipv4_option_process()
234 index += op_length; in _nx_ipv4_option_process()