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

/external/dnsmasq/src/
H A Ddnsmasq.c77 struct iname *if_tmp; local
180 for (if_tmp = daemon->if_names; if_tmp; if_tmp = if_tmp->next)
181 if (if_tmp->name && !if_tmp->used)
182 die(_("unknown interface %s"), if_tmp->name, EC_BADNET);
184 for (if_tmp = daemon->if_addrs; if_tmp; if_tm
[all...]
H A Dnetwork.c964 struct iname *if_tmp; local
992 if_tmp = safe_malloc(sizeof(struct iname));
993 memset(if_tmp, 0, sizeof(struct iname));
994 if ((if_tmp->name = strdup(interface)) == NULL) {
997 if_tmp->next = daemon->if_names;
998 daemon->if_names = if_tmp;
1010 for (if_tmp = daemon->if_names; if_tmp; if_tmp = if_tmp
[all...]

Completed in 57 milliseconds