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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Ddnsmasq.c294 struct iname *if_tmp; local
297 for (if_tmp = daemon->if_names; if_tmp; if_tmp = if_tmp->next)
298 if (if_tmp->name && !if_tmp->used)
299 die("unknown interface %s", if_tmp->name);
301 for (if_tmp = daemon->if_addrs; if_tmp; if_tm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_zebra.c168 struct interface if_tmp; local
181 memcpy (&if_tmp, ifp, sizeof (struct interface));
188 if (if_tmp.bandwidth != ifp->bandwidth)
192 ifp->name, if_tmp.bandwidth, ifp->bandwidth);

Completed in 48 milliseconds