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

12

/asus-wl-520gu-7.0.1.45/src/router/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
/asus-wl-520gu-7.0.1.45/src/router/bridge/scripts/
H A Dsetdown23 ifconfig br2 down
4 ifconfig br1 down
5 ifconfig br0 down
H A Dsetdown3 ifconfig br0 down
H A Dsetup216 ifconfig br0 up
17 ifconfig br1 up
18 ifconfig br2 up
H A Dsetup10 ifconfig br0 192.168.253.1 up
/asus-wl-520gu-7.0.1.45/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...]
/asus-wl-520gu-7.0.1.45/src/router/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
/asus-wl-520gu-7.0.1.45/src/router/rp-pppoe/
H A Dadsl-status66 # /sbin/ifconfig $IF | grep "UP.*POINTOPOINT" > /dev/null
72 /sbin/ifconfig $IF
H A Dadsl-start.in29 IFCONFIG=/sbin/ifconfig
60 echo "Output of ifconfig -a" >> $DEBUG
/asus-wl-520gu-7.0.1.45/src/router/cdma/
H A Dnetwork.c163 ifconfig(name, IFUP, NULL, NULL);
191 ifconfig("ra0",IFUP,NULL,NULL);
197 sprintf(tmpstr, "ra%d", i); ifconfig(tmpstr, IFUP, NULL, NULL);
282 ifconfig(name, IFUP | IFF_ALLMULTI, NULL, NULL);
314 ifconfig(lan_ifname, IFUP, NULL, NULL);
324 ifconfig(lan_ifname, IFUP | IFF_ALLMULTI, NULL, NULL);
420 ifconfig(lan_ifname, IFUP,
431 ifconfig(lan_ifname, IFUP,
442 ifconfig(lan_ifname, IFUP,
451 ifconfig(lan_ifnam
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dudhcpc_ex.c62 ifconfig(lan_ifname, IFUP,
115 ifconfig(lan_ifname, IFUP,
145 eval("ifconfig", "br0", "down");
147 eval("ifconfig", "br0", "up");
H A Dnetwork.c270 ifconfig(name, IFUP, NULL, NULL);
298 ifconfig("ra0",IFUP,NULL,NULL);
304 sprintf(tmpstr, "ra%d", i); ifconfig(tmpstr, IFUP, NULL, NULL);
389 ifconfig(name, IFUP | IFF_ALLMULTI, NULL, NULL);
421 ifconfig(lan_ifname, IFUP, NULL, NULL);
431 ifconfig(lan_ifname, IFUP | IFF_ALLMULTI, NULL, NULL);
528 ifconfig(lan_ifname, IFUP,
539 ifconfig(lan_ifname, IFUP,
550 ifconfig(lan_ifname, IFUP,
559 ifconfig(lan_ifnam
[all...]
H A Dudhcpc.c67 ifconfig(wan_ifname, IFUP, "0.0.0.0", NULL);
133 ifconfig(wan_ifname, IFUP,
H A Dppp.c78 ifconfig(wan_ifname, IFUP,
H A Drc.h64 extern int ifconfig(char *ifname, int flags, char *addr, char *netmask);
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dudhcpc.c65 ifconfig(wan_ifname, IFUP, "0.0.0.0", NULL);
131 ifconfig(wan_ifname, IFUP,
H A Dudhcpc_ex.c62 ifconfig(lan_ifname, IFUP,
115 ifconfig(lan_ifname, IFUP,
140 eval("ifconfig", "br0", "down");
142 eval("ifconfig", "br0", "up");
H A Dnetwork.c271 ifconfig(name, IFUP, NULL, NULL);
299 ifconfig("ra0",IFUP,NULL,NULL);
305 sprintf(tmpstr, "ra%d", i); ifconfig(tmpstr, IFUP, NULL, NULL);
390 ifconfig(name, IFUP | IFF_ALLMULTI, NULL, NULL);
422 ifconfig(lan_ifname, IFUP, NULL, NULL);
432 ifconfig(lan_ifname, IFUP | IFF_ALLMULTI, NULL, NULL);
529 ifconfig(lan_ifname, IFUP,
540 ifconfig(lan_ifname, IFUP,
551 ifconfig(lan_ifname, IFUP,
560 ifconfig(lan_ifnam
[all...]
H A Dppp.c78 ifconfig(wan_ifname, IFUP,
H A Drc.h64 extern int ifconfig(char *ifname, int flags, char *addr, char *netmask);
/asus-wl-520gu-7.0.1.45/src/router/infosvr/
H A Dservice.c63 ifconfig(lan_ifname, IFUP, nvram_safe_get("lan_ipaddr"), nvram_safe_get("lan_netmask"));
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A Dver_linux63 ifconfig --version 2>&1 | grep tools | awk \

Completed in 191 milliseconds

12