Searched refs:opt_length (Results 1 – 1 of 1) sorted by relevance
6966 UINT opt_length; in _nx_ppp_ipcp_configure_check() local6972 opt_length = (UINT) packet_ptr -> nx_packet_prepend_ptr[w + 7]; in _nx_ppp_ipcp_configure_check()6975 if ((opt_length < 2) || (opt_length > (length - w))) in _nx_ppp_ipcp_configure_check()6989 opt_length -= 2; in _nx_ppp_ipcp_configure_check()6999 if ((opt_length != 4) || ((good_index + 6) > NX_PPP_OPTION_MESSAGE_LENGTH)) in _nx_ppp_ipcp_configure_check()7053 good_index += opt_length; in _nx_ppp_ipcp_configure_check()7065 w += (opt_length + 2); /* skip */ in _nx_ppp_ipcp_configure_check()7073 if ((opt_length != 4) || ((good_index + 6) > NX_PPP_OPTION_MESSAGE_LENGTH)) in _nx_ppp_ipcp_configure_check()7136 good_index += opt_length; in _nx_ppp_ipcp_configure_check()7145 if ((opt_length != 4) || ((good_index + 6) > NX_PPP_OPTION_MESSAGE_LENGTH)) in _nx_ppp_ipcp_configure_check()[all …]