Home
last modified time | relevance | path

Searched refs:strinvar (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/pending/
Ddhcpd.c518 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"}, …
702 …{"lease6_file" , strinvar , (void*)&gconfig.lease6_file , "/var/lib/misc/dhcpd6.leases"},…
703 …{"pidfile" , strinvar , (void*)&gconfig.pidfile , "/var/run/dhcpd.pid"}, //DPID_F…
707 {"notify_file" , strinvar , (void*)&gconfig.notify_file , ""},
708 {"sname" , strinvar , (void*)&gconfig.sname , ""},
709 {"boot_file" , strinvar , (void*)&gconfig.boot_file , ""},