Searched refs:ucLength (Results 1 – 5 of 5) sorted by relevance
78 xNetworkParams.xPassword.xWPA.ucLength = strnlen( clientcredentialWIFI_PASSWORD, in xNetworkInterfaceInitialise()82 xNetworkParams.xPassword.xWPA.ucLength ); in xNetworkInterfaceInitialise()
566 pxPrefixOption->ucLength = 0; in test_vReceiveRA_NullICMPPrefix_ZeroOptionLength()603 pxPrefixOption->ucLength = uxOptionsLength; in test_vReceiveRA_NullICMPPrefix_NotEnoughBytes()638 pxPrefixOption->ucLength = 1; in test_vReceiveRA_ValidICMPPrefix_Option1()674 pxPrefixOption->ucLength = 1; in test_vReceiveRA_ValidICMPPrefix_Option2()710 pxPrefixOption->ucLength = 1; in test_vReceiveRA_ValidICMPPrefix_Option3()752 pxPrefixOption->ucLength = 1; in test_vReceiveRA_ValidICMPPrefix_Option4()786 pxPrefixOption->ucLength = 1; in test_vReceiveRA_ValidICMPPrefix_Option5()823 pxPrefixOption->ucLength = 1; in test_vReceiveRA_ValidICMPPrefix_Option6()856 pxPrefixOption->ucLength = 1; in test_vReceiveRA_ValidICMPPrefix_IncorrectOption()894 pxPrefixOption->ucLength = 1; in test_vReceiveRA_vRAProcesss()[all …]
114 uint8_t ucLength; in prvCheckOptions() local128 ucLength = ( uint8_t ) ( ( ( pxTCPHeader->ucTCPOffset >> 4U ) - 5U ) << 2U ); in prvCheckOptions()129 uxOptionsLength = ( size_t ) ucLength; in prvCheckOptions()
423 uint8_t ucLength = pxSet->pxProtocolHeaders->xTCPHeader.ucTCPOffset >> 4U; in prvChecksumProtocolChecks() local426 if( ucLength < FREERTOS_MINIMUM_TCP_OFFSET ) in prvChecksumProtocolChecks()433 uxOptionsLength = ( ( ( size_t ) ucLength - 5U ) << 2U ); in prvChecksumProtocolChecks()
203 uint8_t ucLength; /* 1 + 1 = 2 */ member