Searched refs:tmpAddrPtr (Results 1 – 1 of 1) sorted by relevance
70 void* tmpAddrPtr = nullptr; in GetLoopbackAddress() local80 … tmpAddrPtr = &((reinterpret_cast<struct sockaddr_in*>(ifAddrStruct->ifa_addr))->sin_addr); in GetLoopbackAddress()81 inet_ntop(AF_INET, tmpAddrPtr, addressBuffer, INET_ADDRSTRLEN); in GetLoopbackAddress()87 … tmpAddrPtr = &((reinterpret_cast<struct sockaddr_in*>(ifAddrStruct->ifa_addr))->sin_addr); in GetLoopbackAddress()88 inet_ntop(AF_INET6, tmpAddrPtr, addressBuffer, INET6_ADDRSTRLEN); in GetLoopbackAddress()