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

/vbox/src/VBox/Main/src-server/
H A DNATNetworkImpl.cpp920 char szTmpIp[16]; local
921 RTStrPrintf(szTmpIp, sizeof(szTmpIp), "%RTnaipv4", gateway);
922 m->IPv4Gateway = szTmpIp;
941 RTStrPrintf(szTmpIp, sizeof(szTmpIp), "%RTnaipv4", dhcpserver);
942 m->IPv4DhcpServer = szTmpIp;
943 RTStrPrintf(szTmpIp, sizeof(szTmpIp), "%RTnaipv4", dhcplowerip);
944 m->IPv4DhcpServerLowerIp = szTmpIp;
[all...]

Completed in 44 milliseconds