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

/vbox/src/VBox/Runtime/common/net/
H A Dnetaddrstr.cpp252 uint32_t byteOut = 0; local
848 int rc = RTStrToUInt32Ex((const char *)&szDummy[0], NULL, 16, &byteOut);
850 if (rc == 0 && byteOut < 256)
852 RTStrPrintf(szDummy, 3, "%02x", byteOut);

Completed in 541 milliseconds