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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Dfiles.c58 static int read_str(char *line, void *arg) function
177 {"interface", read_str, &(server_config.interface), "eth0"},
187 {"lease_file", read_str, &(server_config.lease_file), "/var/lib/misc/udhcpd.leases"},
188 {"pidfile", read_str, &(server_config.pidfile), "/var/run/udhcpd.pid"},
189 {"notify_file", read_str, &(server_config.notify_file), ""},
191 {"sname", read_str, &(server_config.sname), ""},
192 {"boot_file", read_str, &(server_config.boot_file), ""},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Dfiles.c40 static int read_str(const char *line, void *arg) function
290 {"interface", read_str, &(server_config.interface), "eth0"},
302 {"lease_file", read_str, &(server_config.lease_file), LEASES_FILE},
303 {"pidfile", read_str, &(server_config.pidfile), "/var/run/udhcpd.pid"},
304 {"notify_file", read_str, &(server_config.notify_file), ""},
306 {"sname", read_str, &(server_config.sname), ""},
307 {"boot_file", read_str, &(server_config.boot_file), ""},

Completed in 48 milliseconds