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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/rc/
H A Dservices.c182 char dns_cmd[255]; local
210 sprintf(dns_cmd, "/usr/sbin/dnsmasq -h -n %s -r /tmp/resolv.conf&", dns_ifnames);
211 ret = system(dns_cmd);

Completed in 39 milliseconds