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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Difupdown.c726 llist_t *iface_list; local
760 for (iface_list = defn->ifaces; iface_list; iface_list = iface_list->link) {
761 struct interface_defn_t *tmp = (struct interface_defn_t *) iface_list->data;
1178 llist_t *iface_list; local
1236 iface_list = defn->ifaces;
1237 while (iface_list) {
1238 currif = (struct interface_defn_t *) iface_list
[all...]

Completed in 100 milliseconds