Searched defs:pucSource (Results 1 – 5 of 5) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/source/ |
HD | FreeRTOS_IPv4.c | 448 …const uint8_t * pucSource = ( const uint8_t * ) &( pxNetworkBuffer->pucEthernetBuffer[ sizeof( Eth… in prvCheckIP4HeaderOptions() local
|
HD | FreeRTOS_DNS_Parser.c | 1020 uint8_t * pucSource, * pucTarget; in DNS_TreatNBNS() local
|
HD | FreeRTOS_ND.c | 1231 uint8_t * pucSource; in FreeRTOS_CreateIPv6Address() local
|
HD | FreeRTOS_Sockets.c | 3306 void FreeRTOS_EUI48_ntop( const uint8_t * pucSource, in FreeRTOS_EUI48_ntop() 4439 const uint8_t * pucSource = ( const uint8_t * ) pvBuffer; in prvTCPSendLoop() local
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/ |
HD | FreeRTOS_Sockets_GenericAPI_utest.c | 2370 uint8_t pucSource[ 6 ] = { 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA }; in test_FreeRTOS_EUI48_ntop1() local 2395 uint8_t pucSource[ 6 ] = { 0x12, 0x34, 0x56, 0x78, 0xef, 0xdc }; in test_FreeRTOS_EUI48_ntop2() local
|