Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_DNS_Parser.c808 uint8_t * pucSource; in DNS_TreatNBNS() local
832 pucSource = &( pucUDPPayloadBuffer[ ( dnsNBNS_ENCODED_NAME_LENGTH - 2 ) + in DNS_TreatNBNS()
839 ucByte = ( ( uint8_t ) ( ( pucSource[ 0 ] - ucCharA ) << 4 ) ) | in DNS_TreatNBNS()
840 ( pucSource[ 1 ] - ucCharA ); in DNS_TreatNBNS()
856 pucSource -= 2; in DNS_TreatNBNS()
DFreeRTOS_Sockets.c2550 void FreeRTOS_EUI48_ntop( const uint8_t * pucSource, in FreeRTOS_EUI48_ntop() argument
2561 uint8_t ucByte = pucSource[ uxIndex ]; in FreeRTOS_EUI48_ntop()
3676 const uint8_t * pucSource = ( const uint8_t * ) pvBuffer; in FreeRTOS_send() local
3731 …ount = ( BaseType_t ) uxStreamBufferAdd( pxSocket->u.xTCP.txStream, 0U, pucSource, ( size_t ) xByt… in FreeRTOS_send()
3762 pucSource = &( pucSource[ xByteCount ] ); in FreeRTOS_send()
DFreeRTOS_IP.c1637 …const uint8_t * pucSource = ( const uint8_t * ) &( pxNetworkBuffer->pucEthernetBuffer[ sizeof( Eth… in prvProcessIPPacket() local
1643 ( void ) memmove( pucTarget, pucSource, xMoveLen ); in prvProcessIPPacket()
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_GenericAPI_utest.c2438 uint8_t pucSource[ 6 ] = { 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA }; in test_FreeRTOS_EUI48_ntop1() local
2445 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop1()
2449 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop1()
2454 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop1()
2463 uint8_t pucSource[ 6 ] = { 0x12, 0x34, 0x56, 0x78, 0xef, 0xdc }; in test_FreeRTOS_EUI48_ntop2() local
2470 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop2()
2474 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop2()
2479 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop2()
2484 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop2()
/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOS_Sockets.h490 void FreeRTOS_EUI48_ntop( const uint8_t * pucSource,