Searched refs:ifaces (Results 1 – 3 of 3) sorted by relevance
136 DIR *ifaces; in show_bridge() local165 ifaces = opendir(pathbuf); in show_bridge()166 if (ifaces) { in show_bridge()167 while ((ent = readdir(ifaces)) != NULL) { in show_bridge()176 closedir(ifaces); in show_bridge()476 DIR *ifaces; in show_bridge_stp() local480 ifaces = opendir(pathbuf); in show_bridge_stp()481 if (ifaces) { in show_bridge_stp()483 while ((ent = readdir(ifaces)) != NULL) { in show_bridge_stp()489 closedir(ifaces); in show_bridge_stp()
205 llist_t *ifaces; member997 for (iface_list = defn->ifaces; iface_list; iface_list = iface_list->link) { in read_interfaces()1006 llist_add_to_end(&(defn->ifaces), (char*)currif); in read_interfaces()1475 iface_list = defn->ifaces; in ifupdown_main()
105 // ":" - dhcp on all ifaces106 // "::1.2.3.4" - dhcp on all ifaces, gateway is 1.2.3.4 (fairly nonsensical)189 /* All forms of "config all ifaces" imply -o */