Searched refs:ifconfig (Results 1 – 19 of 19) sorted by relevance
/external/iproute2/examples/ |
D | dhcp-client-script | 136 LOG ifconfig $addrid down 137 ifconfig $addrid down 164 LOG ifconfig $addrid $2 $mask_arg $brd_arg up 165 ifconfig $addrid $2 $mask_arg $brd_arg up 345 ifconfig $interface:dhcp down 346 ifconfig $interface:dhcp1 down 348 ifconfig $interface:dhcp 10.10.10.10 netmask 255.255.255.255 349 ifconfig $interface:dhcp down 354 ifconfig $interface:dhcp up
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | p2p-action-udhcp.sh | 27 ifconfig $GIFNAME 192.168.42.1 up 42 ifconfig $GIFNAME 0.0.0.0 46 ifconfig $GIFNAME 0.0.0.0
|
D | p2p-action.sh | 29 ifconfig $GIFNAME 192.168.42.1 up 55 ifconfig $GIFNAME 0.0.0.0 60 ifconfig $GIFNAME 0.0.0.0
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/ |
D | phase1-down.sh | 35 ifconfig ${if} delete ${INTERNAL_ADDR4} 44 ifconfig ${if}:1 del ${INTERNAL_ADDR4}
|
D | phase1-up.sh | 36 ifconfig ${if} alias ${INTERNAL_ADDR4} netmask ${INTERNAL_NETMASK4} 43 ifconfig ${if}:1 ${INTERNAL_ADDR4}
|
/external/dhcpcd/dhcpcd-hooks/ |
D | 10-mtu | 4 ifconfig "${interface}" mtu "${new_interface_mtu}"
|
/external/iproute2/doc/ |
D | ip-tunnels.tex | 28 ifconfig tunl1 10.0.0.1 pointopoint 193.233.7.65 39 ifconfig MY-TUNNEL 10.0.0.1 47 ifconfig tunl0 10.0.0.1 59 ifconfig tunl0 10.0.0.1 netmask 255.255.255.255 67 ifconfig tunl0 10.0.0.1 netmask 255.255.255.255 118 the command \verb|ifconfig| ... \verb|pointopoint A|. 208 of another devices. You should set a protocol address with \verb|ifconfig|
|
D | ip-cref.tex | 603 Unlike \verb|ifconfig|, the \verb|ip| utility {\em does not\/} set any broadcast 3092 This is a simplistic script replacing one option of \verb|ifconfig|, 3099 I strongly recommend using it {\em instead\/} of \verb|ifconfig| both
|
/external/iproute2/doc/actions/ |
D | ifb-README | 53 ifconfig ifb0 up 111 [root@jmandrake]:~# ifconfig ifb0
|
/external/grub/netboot/ |
D | etherboot.h | 498 extern int ifconfig (char *ip, char *sm, char *gw, char *svr);
|
D | main.c | 147 ifconfig (char *ip, char *sm, char *gw, char *svr) in ifconfig() function
|
/external/openssh/ |
D | README.tun | 119 ifconfig tun0 192.168.5.1 192.168.5.2 netmask 255.255.255.252
|
D | ssh.0 | 659 # ifconfig tun0 10.1.1.1 10.1.1.2 netmask 255.255.255.252 664 # ifconfig tun1 10.1.1.2 10.1.1.1 netmask 255.255.255.252
|
/external/grub/docs/ |
D | grub.info | 1308 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 …]
|
D | grub.texi | 1471 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/ |
D | builtins.c | 1663 if (! ifconfig (ip, sm, gw, svr)) in ifconfig_func() 4630 if (! *arg || ! ifconfig (0, 0, 0, arg)) in tftpserver_func()
|
/external/grub/ |
D | NEWS | 139 * New command, "ifconfig".
|
D | ChangeLog | 1213 * 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.
|
/external/libppp/src/ |
D | ppp.8.m4 | 3937 .Dq ifconfig INTERFACE .
|