Searched refs:RTStrToUInt16 (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dresolv_conf_parser.c270 address->uPort = RTStrToUInt16(ptr + 1);
347 st->rcps_port = RTStrToUInt16(parser->rcpp_str_buffer);
/vbox/src/VBox/Runtime/common/string/
H A Dstrtonum.cpp434 RTDECL(uint16_t) RTStrToUInt16(const char *pszValue) function
442 RT_EXPORT_SYMBOL(RTStrToUInt16); variable
/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetPortForwardString.cpp142 if (!(u16Port = RTStrToUInt16(szPort)))
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageControlVM.cpp572 RTStrToUInt16(strHostPort), Bstr(strGuestIp).raw(), RTStrToUInt16(strGuestPort)));
H A DVBoxManageModifyVM.cpp1741 RTStrToUInt16(strHostPort),
1743 RTStrToUInt16(strGuestPort)));
/vbox/include/iprt/
H A Dstring.h2754 RTDECL(uint16_t) RTStrToUInt16(const char *pszValue);
H A Dmangling.h1542 # define RTStrToUInt16 RT_MANGLER(RTStrToUInt16) macro
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp4808 port = RTStrToUInt16(strHostPort.c_str());
4812 port = RTStrToUInt16(strGuestPort.c_str());

Completed in 145 milliseconds