Home
last modified time | relevance | path

Searched refs:ifaces (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/networking/
Dbrctl.c136 DIR *ifaces; in show_bridge() local
165 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() local
480 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()
Difupdown.c205 llist_t *ifaces; member
997 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()
/busybox-1.35.0/klibc-utils/
Dipconfig.c.txt105 // ":" - dhcp on all ifaces
106 // "::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 */