Searched refs:strinvar (Results 1 - 1 of 1) sorted by relevance
/third_party/toybox/toys/pending/ |
H A D | dhcpd.c | 518 static int strinvar(const char *str, void *var) in strinvar() function 693 {"interface" , strinvar , (void*)&gconfig.interface , "eth0"}, 701 {"lease_file" , strinvar , (void*)&gconfig.lease_file , "/var/lib/misc/dhcpd.leases"}, //LEASES_FILE 702 {"lease6_file" , strinvar , (void*)&gconfig.lease6_file , "/var/lib/misc/dhcpd6.leases"}, //LEASES_FILE 703 {"pidfile" , strinvar , (void*)&gconfig.pidfile , "/var/run/dhcpd.pid"}, //DPID_FILE 707 {"notify_file" , strinvar , (void*)&gconfig.notify_file , ""}, 708 {"sname" , strinvar , (void*)&gconfig.sname , ""}, 709 {"boot_file" , strinvar , (void*)&gconfig.boot_file , ""},
|
Completed in 4 milliseconds