Searched refs:uxMinOptLength (Results 1 – 1 of 1) sorted by relevance
185 size_t uxMinOptLength = 0U; in prvIsOptionLengthValid() local191 uxMinOptLength = 12U; in prvIsOptionLengthValid()196 uxMinOptLength = 4U; in prvIsOptionLengthValid()201 uxMinOptLength = 24U; in prvIsOptionLengthValid()206 uxMinOptLength = 1U; in prvIsOptionLengthValid()211 uxMinOptLength = 2U; in prvIsOptionLengthValid()216 uxMinOptLength = 12U; in prvIsOptionLengthValid()221 uxMinOptLength = 25U; in prvIsOptionLengthValid()226 uxMinOptLength = 0U; in prvIsOptionLengthValid()230 if( uxOptionLength < uxMinOptLength ) in prvIsOptionLengthValid()[all …]