Searched refs:pucSource (Results 1 – 6 of 6) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/source/ |
D | FreeRTOS_IPv4.c | 448 …const uint8_t * pucSource = ( const uint8_t * ) &( pxNetworkBuffer->pucEthernetBuffer[ sizeof( Eth… in prvCheckIP4HeaderOptions() local 454 ( void ) memmove( pucTarget, pucSource, xMoveLen ); in prvCheckIP4HeaderOptions()
|
D | FreeRTOS_ND.c | 1231 uint8_t * pucSource; in FreeRTOS_CreateIPv6Address() local 1264 pucSource = ( uint8_t * ) pulRandom; in FreeRTOS_CreateIPv6Address() 1275 pxIPAddress->ucBytes[ uxIndex ] |= ( pucSource[ 0 ] & ( ( uint8_t ) uxHostMask ) ); in FreeRTOS_CreateIPv6Address() 1276 pucSource = &( pucSource[ 1 ] ); in FreeRTOS_CreateIPv6Address() 1282 …( void ) memcpy( &( pxIPAddress->ucBytes[ uxIndex ] ), pucSource, ipSIZE_OF_IPv6_ADDRESS - uxIndex… in FreeRTOS_CreateIPv6Address()
|
D | FreeRTOS_DNS_Parser.c | 1020 uint8_t * pucSource, * pucTarget; in DNS_TreatNBNS() local 1077 pucSource = &( pucUDPPayloadBuffer[ ( dnsNBNS_ENCODED_NAME_LENGTH - 2 ) + in DNS_TreatNBNS() 1085 ucByte = ( uint8_t ) ( ( ( pucSource[ 0 ] - ucCharA ) << 4 ) | in DNS_TreatNBNS() 1086 ( pucSource[ 1 ] - ucCharA ) ); in DNS_TreatNBNS() 1102 pucSource -= 2; in DNS_TreatNBNS()
|
D | FreeRTOS_Sockets.c | 3306 void FreeRTOS_EUI48_ntop( const uint8_t * pucSource, in FreeRTOS_EUI48_ntop() argument 3317 uint8_t ucByte = pucSource[ uxIndex ]; in FreeRTOS_EUI48_ntop() 4439 const uint8_t * pucSource = ( const uint8_t * ) pvBuffer; in prvTCPSendLoop() local 4475 …ount = ( BaseType_t ) uxStreamBufferAdd( pxSocket->u.xTCP.txStream, 0U, pucSource, ( size_t ) xByt… in prvTCPSendLoop() 4507 pucSource = &( pucSource[ xByteCount ] ); in prvTCPSendLoop()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/include/ |
D | FreeRTOS_Sockets.h | 507 void FreeRTOS_EUI48_ntop( const uint8_t * pucSource,
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/ |
D | FreeRTOS_Sockets_GenericAPI_utest.c | 2370 uint8_t pucSource[ 6 ] = { 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA }; in test_FreeRTOS_EUI48_ntop1() local 2377 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop1() 2381 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop1() 2386 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop1() 2395 uint8_t pucSource[ 6 ] = { 0x12, 0x34, 0x56, 0x78, 0xef, 0xdc }; in test_FreeRTOS_EUI48_ntop2() local 2402 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop2() 2406 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop2() 2411 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop2() 2416 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop2()
|