Searched refs:option_index (Results 1 – 1 of 1) sorted by relevance
3535 UINT option_index, nak_list_index, rejected_list_index; in _nx_ppp_lcp_configuration_retrieve() local3555 for (option_index = 6; (option_index + 2) <= packet_ptr -> nx_packet_length; ) in _nx_ppp_lcp_configuration_retrieve()3559 type = packet_ptr -> nx_packet_prepend_ptr[option_index++]; in _nx_ppp_lcp_configuration_retrieve()3562 len = packet_ptr -> nx_packet_prepend_ptr[option_index++]; in _nx_ppp_lcp_configuration_retrieve()3565 if ((len < 2) || (len > (packet_ptr -> nx_packet_length - (option_index - 2)))) in _nx_ppp_lcp_configuration_retrieve()3571 option_data = &packet_ptr -> nx_packet_prepend_ptr[option_index]; in _nx_ppp_lcp_configuration_retrieve()3574 option_index += len - 2; in _nx_ppp_lcp_configuration_retrieve()3763 if (option_index != packet_ptr -> nx_packet_length) in _nx_ppp_lcp_configuration_retrieve()