Searched refs:USAGE_DHCPSERVER (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDHCPServer.cpp118 return errorSyntax(USAGE_DHCPSERVER, "Not enough parameters");
158 return errorSyntax(USAGE_DHCPSERVER, "You can only specify --netname once.");
160 return errorSyntax(USAGE_DHCPSERVER, "You can either use a --netname or --ifname for identifying the DHCP server.");
168 return errorSyntax(USAGE_DHCPSERVER, "You can only specify --ifname once.");
170 return errorSyntax(USAGE_DHCPSERVER, "You can either use a --netname or --ipname for identifying the DHCP server.");
178 return errorSyntax(USAGE_DHCPSERVER, "You can only specify --ip once.");
186 return errorSyntax(USAGE_DHCPSERVER, "You can only specify --netmask once.");
194 return errorSyntax(USAGE_DHCPSERVER, "You can only specify --lowerip once.");
202 return errorSyntax(USAGE_DHCPSERVER, "You can only specify --upperip once.");
210 return errorSyntax(USAGE_DHCPSERVER, "Yo
[all...]
H A DVBoxManage.h91 #define USAGE_DHCPSERVER RT_BIT_64(47) macro
H A DVBoxManageHelp.cpp849 if (fCategory & USAGE_DHCPSERVER)
H A DVBoxManage.cpp567 { "dhcpserver", USAGE_DHCPSERVER, handleDHCPServer},

Completed in 254 milliseconds