Searched defs:ucBytes (Results 1 – 8 of 8) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/source/include/ |
D | FreeRTOS_IP_Common.h | 39 uint8_t ucBytes[ 16 ]; member
|
D | FreeRTOS_IP.h | 183 uint8_t ucBytes[ ipMAC_ADDRESS_LENGTH_BYTES ]; /**< Byte array of the MAC address */ member
|
D | FreeRTOS_IP_Private.h | 336 uint8_t ucBytes[ 24 ]; /**< Member: 8-bit array */ member
|
/FreeRTOS-Plus-TCP-v4.0.0/source/ |
D | FreeRTOS_DNS.c | 528 const uint8_t * ucBytes = ( uint8_t * ) &( ulIPAddress ); in prvPrepare_ReadIPAddress() local 1031 … const uint8_t * ucBytes = pxEndPoint->ipv6_settings.xDNSServerAddresses[ ucIndex ].ucBytes; in prvFillSockAddress() local
|
D | FreeRTOS_DNS_Cache.c | 510 … const uint8_t * ucBytes = ( const uint8_t * ) &( pxAddresses->xIPAddress.ulIP_IPv4 ); in prvReadDNSCache() local
|
D | FreeRTOS_DNS_Parser.c | 760 const uint8_t * ucBytes = ( uint8_t * ) &( pxSet->ulIPAddress ); in parseDNSAnswer() local
|
D | FreeRTOS_Routing.c | 758 static const uint8_t ucBytes[ 16 ] = in pxEasyFit() local
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ARP/ |
D | FreeRTOS_ARP_utest.c | 178 uint8_t ucBytes[ ipMAC_ADDRESS_LENGTH_BYTES ] = { 0x11, 0x22, 0x33, 0x44, 0x55, 0x66 }; in test_xCheckLoopback_HappyCase() local 208 uint8_t ucBytes[ ipMAC_ADDRESS_LENGTH_BYTES ] = { 0x11, 0x22, 0x33, 0x44, 0x55, 0x66 }; in test_xCheckLoopback_DuplicationFails() local 237 uint8_t ucBytes[ ipMAC_ADDRESS_LENGTH_BYTES ] = { 0x11, 0x22, 0x33, 0x44, 0x55, 0x66 }; in test_xCheckLoopback_SendEventToIPTaskFails() local
|