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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp4145 PPDMINETWORKNATCONFIG pNetNatCfg = NULL; local
4148 pNetNatCfg = (PPDMINETWORKNATCONFIG)pBase->pfnQueryInterface(pBase, PDMINETWORKNATCONFIG_IID);
4149 if (pNetNatCfg)
4155 if (!pNetNatCfg)
4159 vrc = pNetNatCfg->pfnRedirectRuleCommand(pNetNatCfg, !!aNatRuleRemove, fUdp,
4255 PPDMINETWORKNATCONFIG pNetNatCfg = NULL; local
4256 pNetNatCfg = (PPDMINETWORKNATCONFIG)pBase->pfnQueryInterface(pBase, PDMINETWORKNATCONFIG_IID);
4257 if (pNetNatCfg && pNetNatCfg
[all...]

Completed in 89 milliseconds