Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/dnsmasq/
Dfuzz_patch.patch152 @@ -697,6 +697,7 @@ int enumerate_interfaces(int reset)
160 @@ -734,6 +735,10 @@ int enumerate_interfaces(int reset)
/external/dnsmasq/src/
Ddnsmasq.c191 if (!enumerate_interfaces()) die(_("failed to find list of interfaces: %s"), NULL, EC_MISC); in main()
928 if (enumerate_interfaces() && in check_dns_listeners()
Dnetwork.c218 int enumerate_interfaces(void) { in enumerate_interfaces() function
849 if (daemon->if_names != NULL && !enumerate_interfaces()) { in set_interfaces()
Ddnsmasq.h739 int enumerate_interfaces();