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 88 if (daemon->if_names || (addr && daemon->if_addrs))
92 for (tmp = daemon->if_names; tmp; tmp = tmp->next)
155 if (daemon->if_names && loopback)
158 for (lo = daemon->if_names; lo; lo = lo->next)
171 lo->next = daemon->if_names;
172 daemon->if_names = lo;
908 prev_if_names = daemon->if_names;
909 daemon->if_names = NULL;
924 if_tmp->next = daemon->if_names;
925 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 618 struct iname *if_names, *if_addrs, *if_except, *dhcp_except; member in struct:daemon
option.c     [all...]

Completed in 970 milliseconds