Home
last modified time | relevance | path

Searched refs:ifconfig (Results 1 – 10 of 10) sorted by relevance

/external/ipsec-tools/src/racoon/samples/roadwarrior/client/
Dphase1-down.sh35 ifconfig ${if} delete ${INTERNAL_ADDR4}
44 ifconfig ${if}:1 del ${INTERNAL_ADDR4}
Dphase1-up.sh36 ifconfig ${if} alias ${INTERNAL_ADDR4} netmask ${INTERNAL_NETMASK4}
43 ifconfig ${if}:1 ${INTERNAL_ADDR4}
/external/dhcpcd/dhcpcd-hooks/
D10-mtu4 ifconfig "${interface}" mtu "${new_interface_mtu}"
/external/grub/netboot/
Detherboot.h498 extern int ifconfig (char *ip, char *sm, char *gw, char *svr);
Dmain.c147 ifconfig (char *ip, char *sm, char *gw, char *svr) in ifconfig() function
/external/grub/docs/
Dgrub.info1308 Otherwise, run `ifconfig', like this:
1310 grub> ifconfig --address=192.168.110.23 --server=192.168.110.14
1312 You can also use `ifconfig' in conjuction with `bootp', `dhcp' or
1314 ifconfig::, for more details.
2018 * ifconfig:: Configure a network device manually
2145 File: grub.info, Node: hide, Next: ifconfig, Prev: dhcp, Up: General commands
2157 File: grub.info, Node: ifconfig, Next: pager, Prev: hide, Up: General commands
2159 13.2.6 ifconfig
2162 -- Command: ifconfig [`--server=server'] [`--gateway=gateway']
2171 File: grub.info, Node: pager, Next: partnew, Prev: ifconfig, Up: General commands
[all …]
Dgrub.texi1471 Otherwise, run @command{ifconfig}, like this:
1474 grub> @kbd{ifconfig --address=192.168.110.23 --server=192.168.110.14}
1477 You can also use @command{ifconfig} in conjuction with @command{bootp},
1479 manually). @xref{ifconfig}, for more details.
2194 * ifconfig:: Configure a network device manually
2355 @node ifconfig
2356 @subsection ifconfig
2358 @deffn Command ifconfig [@option{--server=server}] [@option{--gateway=gateway}] [@option{--mask=mas…
2633 compatibility. Use @command{ifconfig} (@pxref{ifconfig}) instead.
/external/grub/stage2/
Dbuiltins.c1663 if (! ifconfig (ip, sm, gw, svr)) in ifconfig_func()
4630 if (! *arg || ! ifconfig (0, 0, 0, arg)) in tftpserver_func()
/external/grub/
DNEWS139 * New command, "ifconfig".
DChangeLog1213 * netboot/main.c (ifconfig): If GW is specified, clear out the
2582 [SUPPORT_NETBOOT] (tftpserver_func): Use ifconfig instead of
2594 * netboot/main.c (ifconfig): New function.
2595 * netboot/etherboot.h (ifconfig): Added the prototype.