Searched refs:networks (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_module.c66 if (ieee->networks)
69 ieee->networks =
72 if (!ieee->networks) {
96 if (!ieee->networks)
100 if (ieee->networks[i].ibss_dfs)
101 kfree(ieee->networks[i].ibss_dfs);
103 kfree(ieee->networks);
104 ieee->networks = NULL;
114 list_add_tail(&ieee->networks[i].list,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dfw.c135 adapter->networks = kzalloc(bufsize, GFP_KERNEL);
136 if (!adapter->networks) {
196 list_add_tail(&adapter->networks[i].list,
301 kfree(adapter->networks);
302 adapter->networks = NULL;
H A Ddev.h269 struct bss_descriptor *networks; member in struct:_wlan_adapter
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospfd.c190 new->networks = route_table_init ();
322 /* Clear networks and Areas. */
323 for (rn = route_top (ospf->networks); rn; rn = route_next (rn))
607 rn = route_node_get (ospf->networks, (struct prefix *)p);
645 rn = route_node_lookup (ospf->networks, (struct prefix *)p);
838 for (rn = route_top (ospf_top->networks); rn; rn = route_next (rn))
859 for (rn = route_top (ospf_top->networks); rn; rn = route_next (rn))
H A Dospfd.h167 struct route_table *networks; /* OSPF config networks. */ member in struct:ospf
H A Dospf_zebra.c659 for (rn = route_top (ospf_top->networks); rn; rn = route_next (rn))
H A Dospf_vty.c1692 "Set the filter for networks announced to other areas\n"
1714 "Unset the filter for networks announced to other areas\n"
1739 "Set the filter for networks from other areas announced to the specified one\n"
1761 "Unset the filter for networks announced to other areas\n"
1784 "Filter networks between OSPF areas\n"
1787 "Filter networks sent to this area\n"
1788 "Filter networks sent from this area\n")
1828 "Filter networks between OSPF areas\n"
1831 "Filter networks sent to this area\n"
1832 "Filter networks sen
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dieee80211.h989 struct ieee80211_network *networks; member in struct:ieee80211_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex414 using methods typical for another NBMA networks f.e.\ to start user
H A Dip-cref.tex1119 when several routers are present on directly connected networks.
2827 only in stub networks but in environments with arbitrarily complicated
2884 packets from 193.233.7.83 do not leave networks 193.233.7/24
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dairo.c1233 BSSListElement *networks; member in struct:airo_info
2738 if (ai->networks)
2741 ai->networks =
2744 if (!ai->networks) {
2754 kfree(ai->networks);
2755 ai->networks = NULL;
2765 list_add_tail(&ai->networks[i].list,

Completed in 122 milliseconds