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

/vbox/src/VBox/Runtime/common/net/
H A Dnetaddrstr.cpp259 uint32_t intPortOut = 0; local
907 intPortOut = 0;
908 int rc = RTStrToUInt32Ex(pszInternalPortStart, NULL, 10, &intPortOut);
912 if (!(intPortOut > 0 && intPortOut < 65536))
913 intPortOut = 0;
929 port as binary integer -> intPortOut
961 *pPortOut = intPortOut;

Completed in 34 milliseconds