Home
last modified time | relevance | path

Searched refs:IFACE (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/klibc-utils/
Dipconfig.c.txt101 // "[ip=/nfsaddrs=]IP:SERVER_IP:ROUTER:NETMASK:HOSTNAME:IFACE:METHOD"
233 //usage: "[-c METHOD] [-t TIMEOUT] [-on] [-i VENDOR_ID] [-p PORT] [-d] IFACE..."
243 //usage: "\n"" [-d] IFACE... Interface(s)"
245 //usage: "\n"" IFACE can be:"
247 //usage: "\n"" IFACE - configure this interface"
248 //usage: "\n"" IP:SERVER_IP:ROUTER:NETMASK:HOSTNAME:IFACE:METHOD (all optional)"
296 //After device is configured, write out a "/run/net-IFACE.conf" file:
/busybox-1.35.0/networking/
Difupdown.c893 enum { NONE, IFACE, MAPPING } currently_processing = NONE; in read_interfaces() enumerator
1009 currently_processing = IFACE; in read_interfaces()
1043 case IFACE: in read_interfaces()