Searched refs:ifconfig (Results 1 - 25 of 33) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/samples/
H A Dsample.deconfig4 /sbin/ifconfig $interface 0.0.0.0
H A Dsimple.script13 /sbin/ifconfig $interface 0.0.0.0
17 /sbin/ifconfig $interface $ip $BROADCAST $NETMASK
H A Dsample.bound9 /sbin/ifconfig $interface $ip $BROADCAST $NETMASK
H A Dsample.renew9 /sbin/ifconfig $interface $ip $BROADCAST $NETMASK
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/udhcp/
H A Dsample.deconfig4 /sbin/ifconfig $interface 0.0.0.0
H A Dsimple.script13 /sbin/ifconfig $interface 0.0.0.0
17 /sbin/ifconfig $interface $ip $BROADCAST $NETMASK
H A Dsample.bound9 /sbin/ifconfig $interface $ip $BROADCAST $NETMASK
H A Dsample.renew9 /sbin/ifconfig $interface $ip $BROADCAST $NETMASK
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Davahi-autoipd.action.bsd33 # We have the BSD ifconfig tool
37 ifconfig "$2" "$3"/16
41 ifconfig "$2" "$3"/16 delete
H A Davahi-autoipd.action.linux52 elif [ -x /bin/ifconfig -o -x /sbin/ifconfig ] ; then
54 # We have the old ifconfig tool
58 ifconfig "$2:3" inet "$3" netmask 255.255.0.0 broadcast 169.254.255.255 up
62 ifconfig "$2:3" down
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bridge-1.x/tests/
H A Drmbr5 IP=`/sbin/ifconfig $BR | sed -n -e 's/^.*inet addr:\([0-9][0-9\.]*\).*$/\1/p'`
8 ifconfig $BR down
10 ifconfig eth0 172.20.5.22
H A Dbusybr7 IP=`/sbin/ifconfig $BR | sed -n -e 's/^.*inet addr:\([0-9][0-9\.]*\).*$/\1/p'`
12 ifconfig $BR down
14 ifconfig $ETH0 $IP
16 ifconfig $ETH0 0.0.0.0
20 ifconfig $BR $IP
H A Dmkbr7 IP=`/sbin/ifconfig $ETH | sed -n -e 's/^.*inet addr:\([0-9][0-9\.]*\).*$/\1/p'`
10 ifconfig $ETH 0.0.0.0
13 ifconfig $BR $IP
H A Dstresstest10 IP=`/sbin/ifconfig $ETH0 | sed -n -e 's/^.*inet addr:\([0-9][0-9\.]*\).*$/\1/p'`
33 ifconfig $1 down
34 ifconfig $1 up
43 ifconfig $ETH0 0.0.0.0
46 ifconfig $ETH2 0.0.0.0
51 ifconfig $ETH1 0.0.0.0
H A Dfunctest12 IP=`/sbin/ifconfig $ETH | sed -n -e 's/^.*inet addr:\([0-9][0-9\.]*\).*$/\1/p'`
26 ifconfig $ETH 0.0.0.0
30 ifconfig $BR $IP
34 ifconfig brx0 1.1.1.1
37 ifconfig brx0 down
64 ifconfig dummy0 down
67 ifconfig dummy0 hw ether 00:0d:02:03:04:05
70 ifconfig dummy0 up
108 ifconfig dummy0 hw ether 00:00:00:00:00:00
112 ifconfig dummy
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/etc/avahi/
H A Davahi-autoipd.action52 elif [ -x /bin/ifconfig -o -x /sbin/ifconfig ] ; then
54 # We have the old ifconfig tool
58 ifconfig "$2:3" inet "$3" netmask 255.255.0.0 broadcast 169.254.255.255 up
62 ifconfig "$2:3" down
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/atalkd/
H A Dmain.h14 int ifconfig ( const char *, unsigned long, struct sockaddr_at * );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Dmain.h14 int ifconfig ( const char *, unsigned long, struct sockaddr_at * );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/vlan/
H A Dvlan_test.pl39 elsif ($ln =~ /Doing ifconfig -a for (\S+)/) {
41 $prog = "ifconfig";
79 elsif ($ln =~ /Doing ifconfig -a for (\S+)/) {
81 $prog = "ifconfig";
107 my $plot_cmd = "set title \"ip addr show V/S ifconfig -a\"
154 #print "Doing ifconfig -a for $i devices.\n";
155 #`time -p ifconfig -a > /tmp/vlan_test_ifconfig_a_$i.txt`;
204 `ifconfig vlan1 192.168.200.200`;
205 `ifconfig vlan1 up`;
206 `ifconfig vlan
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/examples/
H A Ddhcp-client-script136 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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dudhcpc.c69 ifconfig(wan_ifname, IFUP,
117 ifconfig(wan_ifname, IFUP,
187 ifconfig(lan_ifname, IFUP, "0.0.0.0", NULL);
220 /* Check if we do need to do ifconfig */
228 ifconfig(lan_ifname, IFUP, nvram_safe_get("lan_ipaddr"),
H A Dnetwork.c578 ifconfig(name, IFUP, NULL, NULL);
636 eval("ifconfig", lan_ifname, "down");
707 //cprintf("--> ifconfig %s up\n", name);
716 if (ifconfig(name, IFUP | IFF_ALLMULTI, NULL, NULL)){
717 perror("ifconfig");
762 ifconfig(name, IFUP | IFF_ALLMULTI, NULL, NULL);
823 } /* if (ifconfig(name,...*/
839 //cprintf("--> ifconfig %s up\n", lan_ifname);
840 ifconfig(lan_ifname, IFUP, NULL, NULL);
868 ifconfig(lan_ifnam
[all...]
H A Dppp.c78 ifconfig(wan_ifname, IFUP,
H A Dinterface.c44 ifconfig(char *name, int flags, char *addr, char *netmask) function
213 ifconfig("lo", IFUP, "127.0.0.1", "255.0.0.0");
285 ifconfig(ifr.ifr_name, IFUP, 0, 0);
308 sprintf(cmd, "ifconfig vlan1 hw ether %s", nvram_get("lan_hwaddr"));
H A Drc.h97 extern int ifconfig(char *ifname, int flags, char *addr, char *netmask);

Completed in 210 milliseconds

12