Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_DNS_Parser.c810 uint8_t ucByte; in DNS_TreatNBNS() local
839 ucByte = ( ( uint8_t ) ( ( pucSource[ 0 ] - ucCharA ) << 4 ) ) | in DNS_TreatNBNS()
843 if( ( ucByte == ( uint8_t ) ' ' ) && ( pucTarget[ 1 ] == 0U ) ) in DNS_TreatNBNS()
845 ucByte = 0U; in DNS_TreatNBNS()
848 *pucTarget = ucByte; in DNS_TreatNBNS()
DFreeRTOS_Sockets.c2561 uint8_t ucByte = pucSource[ uxIndex ]; in FreeRTOS_EUI48_ntop() local
2570 ucNibble = ucByte >> 4; in FreeRTOS_EUI48_ntop()
2574 ucNibble = ucByte & 0x0FU; in FreeRTOS_EUI48_ntop()