Home
last modified time | relevance | path

Searched refs:ucByte (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_DNS_Parser.c1021 uint8_t ucByte; in DNS_TreatNBNS() local
1085 ucByte = ( uint8_t ) ( ( ( pucSource[ 0 ] - ucCharA ) << 4 ) | in DNS_TreatNBNS()
1089 if( ( ucByte == ( uint8_t ) ' ' ) && ( pucTarget[ 1 ] == 0U ) ) in DNS_TreatNBNS()
1091 ucByte = 0U; in DNS_TreatNBNS()
1094 *pucTarget = ucByte; in DNS_TreatNBNS()
DFreeRTOS_Sockets.c3317 uint8_t ucByte = pucSource[ uxIndex ]; in FreeRTOS_EUI48_ntop() local
3326 ucNibble = ucByte >> 4; in FreeRTOS_EUI48_ntop()
3330 ucNibble = ucByte & 0x0FU; in FreeRTOS_EUI48_ntop()