OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:niface
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/drivers/
driver_ndis.c
2955
struct wpa_interface_info *iface = NULL, *
niface
;
local
[
all
...]
/external/syzkaller/pkg/build/
linux_generated.go
63
echo -en "auto lo\
niface
lo inet loopback\nauto eth0\
niface
eth0 inet dhcp\n" | sudo tee disk.mnt/etc/network/interfaces
/external/syzkaller/vm/qemu/
qemu.go
526
printf 'auto lo\
niface
lo inet loopback\n\n' >> /etc/network/interfaces
527
printf 'auto eth0\
niface
eth0 inet static\naddress 10.0.2.15\nnetmask 255.255.255.0\nnetwork 10.0.2.0\ngateway 10.0.2.1\nbroadcast 10.0.2.255\n\n' >> /etc/network/interfaces
528
printf 'auto eth0\
niface
eth0 inet6 static\naddress fe80::5054:ff:fe12:3456/64\ngateway 2000:da8:203:612:0:3:0:1\n\n' >> /etc/network/interfaces
Completed in 354 milliseconds