Searched refs:PutIpArgument (Results 1 - 1 of 1) sorted by relevance
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_argument.cpp | 32 static int PutIpArgument(const char *argument, const char *val) in PutIpArgument() function 88 {&g_longOptions[NUM_THREE], "<gateway>", "gateway option.", "", 0, PutIpArgument}, 89 {&g_longOptions[NUM_FOUR], "<server>", "server identifier.", "", 1, PutIpArgument}, 90 {&g_longOptions[NUM_FIVE], "<netmask>", "default subnet mask.", "", 1, PutIpArgument}, 283 PutIpArgument("server", localIp.c_str()); in ParseArguments() 284 PutIpArgument("netmask", netMask.c_str()); in ParseArguments()
|
Completed in 1 milliseconds