HomeSort by relevance Sort by last modified time
    Searched refs:if_names (Results 1 - 4 of 4) sorted by null

  /external/dnsmasq/src/
network.c 90 if (daemon->if_names || (addr && daemon->if_addrs))
94 for (tmp = daemon->if_names; tmp; tmp = tmp->next)
159 if (daemon->if_names && loopback)
162 for (lo = daemon->if_names; lo; lo = lo->next)
175 lo->next = daemon->if_names;
176 daemon->if_names = lo;
975 prev_if_names = daemon->if_names;
976 daemon->if_names = NULL;
991 if_tmp->next = daemon->if_names;
992 daemon->if_names = if_tmp
    [all...]
dnsmasq.c 180 for (if_tmp = daemon->if_names; if_tmp; if_tmp = if_tmp->next)
488 for (if_tmp = daemon->if_names; if_tmp; if_tmp = if_tmp->next)
    [all...]
dnsmasq.h 620 struct iname *if_names, *if_addrs, *if_except, *dhcp_except; member in struct:daemon
option.c     [all...]

Completed in 2402 milliseconds