Searched defs:szDummy (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/net/
H A Dnetaddrstr.cpp249 char szDummy[4]; local
289 memset(szDummy, '\0', 4);
846 memcpy(szDummy, pszResultAddress4, 3);
848 int rc = RTStrToUInt32Ex((const char *)&szDummy[0], NULL, 16, &byteOut);
852 RTStrPrintf(szDummy, 3, "%02x", byteOut);
853 memcpy(pszInternalAddress, szDummy, 2);
856 memset(szDummy, '\0', 4);

Completed in 125 milliseconds