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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDHCPServer.cpp127 const char *pIfName = NULL; local
159 else if (pIfName)
167 if(pIfName)
173 pIfName = ValueUnion.psz;
316 if(! pNetName && !pIfName)
346 CHECK_ERROR(host, FindHostNetworkInterfaceByName(Bstr(pIfName).mutableRaw(), hif.asOutParam()));
348 return errorArgument("Could not find interface '%s'", pIfName);
352 return errorArgument("Could not get network name for the interface '%s'", pIfName);

Completed in 43 milliseconds