Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
HDFreeRTOS_DHCPv6.c94 static BaseType_t prvIsOptionLengthValid( uint16_t usOption,
180 static BaseType_t prvIsOptionLengthValid( uint16_t usOption, in prvIsOptionLengthValid() function
1145 …if( prvIsOptionLengthValid( usOption2, uxLength2, pxMessage->uxSize - pxMessage->uxIndex ) != pdTR… in prvDHCPv6_subOption()
1222 …if( prvIsOptionLengthValid( usOption, pxSet->uxOptionLength, pxMessage->uxSize - pxMessage->uxInde… in prvDHCPv6_handleOption()