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

/asus-wl-520gu-7.0.1.45/src/router/udhcpd/
H A Dfiles.c37 static int read_str(char *line, void *arg) function
156 {"interface", read_str, &(server_config.interface), "eth0"},
166 {"lease_file", read_str, &(server_config.lease_file), "/var/lib/misc/udhcpd.leases"},
167 {"pidfile", read_str, &(server_config.pidfile), "/var/run/udhcpd.pid"},
168 {"notify_file", read_str, &(server_config.notify_file), ""},
170 {"sname", read_str, &(server_config.sname), ""},
171 {"boot_file", read_str, &(server_config.boot_file), ""},

Completed in 33 milliseconds