Searched refs:IFUP (Results 1 - 19 of 19) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/infosvr/
H A Dservice.c28 #define IFUP (IFF_UP|IFF_RUNNING|IFF_BROADCAST|IFF_MULTICAST) macro
63 ifconfig(lan_ifname, IFUP, nvram_safe_get("lan_ipaddr"), nvram_safe_get("lan_netmask"));
/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_ifname, IFUP,
[all...]
H A Dnetwork_ex.c71 while (ifconfig(wan_ifname, IFUP, NULL, NULL) && timeout--)
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dudhcpc_ex.c62 ifconfig(lan_ifname, IFUP,
115 ifconfig(lan_ifname, IFUP,
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_ifname, IFUP,
[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.h38 #define IFUP (IFF_UP | IFF_RUNNING | IFF_BROADCAST | IFF_MULTICAST) macro
H A Dvlan.c82 #define IFUP (IFF_UP | IFF_RUNNING | IFF_BROADCAST | IFF_MULTICAST) macro
344 ifconfig(lan_ifbase_realdev, IFUP, 0, 0);
350 ifconfig(wan_ifbase, IFUP, 0, 0);
364 ifconfig(nvram_safe_get(strcat_r(prefix, "ifname", tmp)), IFUP,
420 ifconfig(lan_ifbase_realdev, IFUP, "0.0.0.0", "0.0.0.0");
595 ifconfig("eth0", IFUP, nvram_safe_get(strcat_r(prefix, "ipaddr", tmp)),
H A Dinterface.c162 ifconfig("lo", IFUP, "127.0.0.1", "255.0.0.0");
216 ifconfig(ifr.ifr_name, IFUP, 0, 0);
H A Dnetwork_ex.c71 while (ifconfig(wan_ifname, IFUP, NULL, NULL) && timeout--)
/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,
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_ifname, IFUP,
[all...]
H A Dppp.c78 ifconfig(wan_ifname, IFUP,
H A Drc.h38 #define IFUP (IFF_UP | IFF_RUNNING | IFF_BROADCAST | IFF_MULTICAST) macro
H A Dvlan.c82 #define IFUP (IFF_UP | IFF_RUNNING | IFF_BROADCAST | IFF_MULTICAST) macro
344 ifconfig(lan_ifbase_realdev, IFUP, 0, 0);
350 ifconfig(wan_ifbase, IFUP, 0, 0);
364 ifconfig(nvram_safe_get(strcat_r(prefix, "ifname", tmp)), IFUP,
420 ifconfig(lan_ifbase_realdev, IFUP, "0.0.0.0", "0.0.0.0");
595 ifconfig("eth0", IFUP, nvram_safe_get(strcat_r(prefix, "ipaddr", tmp)),
H A Dinterface.c162 ifconfig("lo", IFUP, "127.0.0.1", "255.0.0.0");
216 ifconfig(ifr.ifr_name, IFUP, 0, 0);
H A Dnetwork_ex.c71 while (ifconfig(wan_ifname, IFUP, NULL, NULL) && timeout--)

Completed in 170 milliseconds