Searched refs:tempBinAddr (Results 1 – 1 of 1) sorted by relevance
969 uint32_t tempBinAddr; in SlNetUtil_bin2StrIpV4() local984 memcpy(&tempBinAddr, binaryAddr, sizeof(SlNetSock_InAddr_t)); in SlNetUtil_bin2StrIpV4()995 tempOctet = ((int8_t *)&tempBinAddr)[octetIndex]; in SlNetUtil_bin2StrIpV4()998 ((int8_t *)&tempBinAddr)[octetIndex] = 0; in SlNetUtil_bin2StrIpV4()1019 if ( 0 == tempBinAddr ) in SlNetUtil_bin2StrIpV4()1042 uint8_t tempBinAddr[16] = { 0 }; in SlNetUtil_bin2StrIpV6() local1056 memcpy(tempBinAddr, binaryAddr, sizeof(SlNetSock_In6Addr_t)); in SlNetUtil_bin2StrIpV6()1067 tempHextet = (tempBinAddr[hextetIndex * 2] << 8) | in SlNetUtil_bin2StrIpV6()1068 (tempBinAddr[(hextetIndex * 2) + 1]); in SlNetUtil_bin2StrIpV6()