Searched refs:gconfig (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | dhcpd.c | 209 static server_config_t gconfig; variable 537 {"start" , striptovar , (void*)&gconfig.start_ip , "192.168.0.20"}, 538 {"end" , striptovar , (void*)&gconfig.end_ip , "192.168.0.254"}, 539 {"interface" , strinvar , (void*)&gconfig.interface , "eth0"}, 540 {"port" , strtou32 , (void*)&gconfig.port , "67"}, 541 {"min_lease" , strtou32 , (void*)&gconfig.min_lease_sec, "60"}, 542 {"max_leases" , strtou32 , (void*)&gconfig.max_leases , "235"}, 543 {"auto_time" , strtou32 , (void*)&gconfig.auto_time , "7200"}, 544 {"decline_time" , strtou32 , (void*)&gconfig.decline_time , "3600"}, 545 {"conflict_time", strtou32 , (void*)&gconfig.conflict_time, "3600"}, [all …]
|