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

/netgear-R7000-V1.0.7.12_1.2.5/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);
224 if ((flags & IFUP) && addr == in_addr.s_addr && netmask == in_netmask.s_addr)
228 ifconfig(lan_ifname, IFUP, nvram_safe_get("lan_ipaddr"),
H A Dppp.c78 ifconfig(wan_ifname, IFUP,
H A Dnetwork.c672 if (ifconfig(name, IFUP | IFF_ALLMULTI, NULL, NULL)){
720 ifconfig(name, IFUP | IFF_ALLMULTI, NULL, NULL);
797 ifconfig(lan_ifname, IFUP, NULL, NULL);
829 ifconfig(lan_ifname, IFUP, NULL, NULL);
929 ifconfig(lan_ifname, IFUP, nvram_get("lan_ipaddr"),
987 ifconfig(lan_ifname, IFUP, nvram_get("lan_ipaddr"),
1013 ifconfig(lan_ifname, IFUP,
1045 ifconfig("dpsta", IFUP, NULL, NULL);
1396 if (ifconfig(name, IFUP | IFF_ALLMULTI, NULL, NULL)){
1467 ifconfig(name, IFUP | IFF_ALLMULT
[all...]
H A Drc.h25 #define IFUP (IFF_UP | IFF_RUNNING | IFF_BROADCAST | IFF_MULTICAST) macro
H A Dinterface.c215 ifconfig("lo", IFUP, "127.0.0.1", "255.0.0.0");
316 ifconfig(ifr.ifr_name, IFUP, 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmsc9420.c1250 smsc_warn(IFUP, "Failed to allocated tx_buffers");
1284 smsc_warn(IFUP, "Failed to allocated rx_buffers");
1301 smsc_warn(IFUP, "failed to allocate rx skb %d", i);
1310 smsc_dbg(IFUP, "VLAN1 = 0x%08x", smsc9420_reg_read(pd, VLAN1));
1316 smsc_dbg(IFUP, "COE_CR = 0x%08x", coe);
1342 smsc_warn(IFUP, "dev_addr is not a valid MAC address");
1361 smsc_warn(IFUP, "Unable to use IRQ = %d", dev->irq);
1396 smsc_dbg(IFUP, "Testing ISR using IRQ %d", dev->irq);
1426 smsc_warn(IFUP, "ISR failed signaling test");
1431 smsc_dbg(IFUP, "IS
[all...]
H A Dsmsc911x.c1189 SMSC_WARNING(IFUP,
1208 SMSC_TRACE(IFUP, "irq polarity: active high");
1211 SMSC_TRACE(IFUP, "irq polarity: active low");
1215 SMSC_TRACE(IFUP, "irq type: push-pull");
1218 SMSC_TRACE(IFUP, "irq type: open drain");
1223 SMSC_TRACE(IFUP, "Testing irq handler using IRQ %d", dev->irq);
1243 SMSC_TRACE(IFUP, "IRQ handler passed test using IRQ %d", dev->irq);

Completed in 107 milliseconds