Searched refs:network (Results 1 - 25 of 157) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Droutel18 while read network rest
27 case $network in
28 broadcast|local|unreachable) via=$network
29 network=$1
40 echo "$network $via $src $proto $scope $dev $table"
46 { network=$1;
48 if(match(network,"/"))
49 { mask=" "substr(network,RSTART+1);
50 network=substr(network,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/ipwireless/
H A Dnetwork.c28 #include "network.h"
68 struct ipw_network *network = callback_data; local
71 spin_lock_irqsave(&network->lock, flags);
72 network->outgoing_packets_queued--;
73 if (network->ppp_channel != NULL) {
74 if (network->ppp_blocked) {
75 network->ppp_blocked = 0;
76 spin_unlock_irqrestore(&network->lock, flags);
77 ppp_output_wakeup(network->ppp_channel);
82 spin_unlock_irqrestore(&network
93 struct ipw_network *network = ppp_channel->private; local
158 struct ipw_network *network = ppp_channel->private; local
249 struct ipw_network *network = local
286 struct ipw_network *network = local
306 ipwireless_network_notify_control_line_change(struct ipw_network *network, unsigned int channel_idx, unsigned int control_lines, unsigned int changed_mask) argument
356 ipwireless_network_packet_received(struct ipw_network *network, unsigned int channel_idx, unsigned char *data, unsigned int length) argument
409 struct ipw_network *network = local
428 ipwireless_network_free(struct ipw_network *network) argument
441 ipwireless_associate_network_tty(struct ipw_network *network, unsigned int channel_idx, struct ipw_tty *tty) argument
454 ipwireless_disassociate_network_ttys(struct ipw_network *network, unsigned int channel_idx) argument
463 ipwireless_ppp_open(struct ipw_network *network) argument
470 ipwireless_ppp_close(struct ipw_network *network) argument
478 ipwireless_ppp_channel_index(struct ipw_network *network) argument
491 ipwireless_ppp_unit_number(struct ipw_network *network) argument
504 ipwireless_ppp_mru(const struct ipw_network *network) argument
[all...]
H A DMakefile9 ipwireless-objs := hardware.o main.o network.o tty.o
H A Dmain.h62 struct ipw_network *network; member in struct:ipw_dev
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/platforms/iss/
H A DMakefile7 obj-y = io.o console.o setup.o network.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/networking/mac80211_hwsim/
H A Dwpa_supplicant.conf3 network={
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dnet.h2 * net/tipc/net.h: Include file for TIPC network routing code
43 * struct network - TIPC network structure
44 * @zones: array of pointers to all zones within network
47 struct network { struct
52 extern struct network tipc_net;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_rx.c868 struct ieee80211_network *network,
876 memcpy(network->CountryIeBuf, info_element->data, info_element->len);
877 network->CountryIeLen = info_element->len;
914 struct ieee80211_network *network,
928 memcpy(network->bssid, beacon->header.addr3, ETH_ALEN);
929 network->capability = beacon->capability;
930 network->last_scanned = jiffies;
931 network->time_stamp[0] = beacon->time_stamp[0];
932 network->time_stamp[1] = beacon->time_stamp[1];
933 network
865 ieee80211_extract_country_ie( struct ieee80211_device *ieee, struct ieee80211_info_element *info_element, struct ieee80211_network *network, u8 * addr2 ) argument
911 ieee80211_network_init( struct ieee80211_device *ieee, struct ieee80211_probe_response *beacon, struct ieee80211_network *network, struct ieee80211_rx_stats *stats) argument
1325 struct ieee80211_network network; local
[all...]
H A Dieee80211_wx.c45 struct ieee80211_network *network,
57 memcpy(iwe.u.ap_addr.sa_data, network->bssid, ETH_ALEN);
66 //if (network->flags & NETWORK_EMPTY_ESSID) {
67 if (network->ssid_len == 0) {
72 iwe.u.data.length = min(network->ssid_len, (u8)32);
73 start = iwe_stream_add_point(info, start, stop, &iwe, network->ssid);
75 //printk("ESSID: %s\n",network->ssid);
78 snprintf(iwe.u.name, IFNAMSIZ, "IEEE 802.11%s", ieee80211_modes[network->mode]);
83 if (network->capability &
85 if (network
43 rtl818x_translate_scan(struct ieee80211_device *ieee, char *start, char *stop, struct ieee80211_network *network, struct iw_request_info *info) argument
208 struct ieee80211_network *network; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_rx.c1400 struct ieee80211_network *network)
1409 network->qos_data.param_count = qos_info_element.ac_info & 0x0F;
1410 network->flags |= NETWORK_HAS_QOS_INFORMATION;
1417 qos_param = &(network->qos_data.parameters);
1420 network->flags |= NETWORK_HAS_QOS_PARAMETERS;
1421 network->qos_data.param_count =
1428 network->qos_data.supported = 1;
1475 struct ieee80211_network *network,
1483 memcpy(network->CountryIeBuf, info_element->data, info_element->len);
1484 network
1398 ieee80211_parse_qos_info_param_IE(struct ieee80211_info_element *info_element, struct ieee80211_network *network) argument
1472 ieee80211_extract_country_ie( struct ieee80211_device *ieee, struct ieee80211_info_element *info_element, struct ieee80211_network *network, u8 * addr2 ) argument
1505 ieee80211_parse_info_param(struct ieee80211_device *ieee, struct ieee80211_info_element *info_element, u16 length, struct ieee80211_network *network, struct ieee80211_rx_stats *stats) argument
2077 ieee80211_network_init( struct ieee80211_device *ieee, struct ieee80211_probe_response *beacon, struct ieee80211_network *network, struct ieee80211_rx_stats *stats) argument
2315 struct ieee80211_network network; local
[all...]
H A Dieee80211_wx.c57 struct ieee80211_network *network,
72 memcpy(iwe.u.ap_addr.sa_data, network->bssid, ETH_ALEN);
80 if (network->ssid_len == 0) {
84 iwe.u.data.length = min(network->ssid_len, (u8)32);
85 start = iwe_stream_add_point(info, start, stop, &iwe, network->ssid);
90 if(network->mode&(1<<i)) {
100 if (network->capability &
102 if (network->capability & WLAN_CAPABILITY_BSS)
111 /* iwe.u.freq.m = ieee80211_frequency(network->channel, network
55 rtl819x_translate_scan(struct ieee80211_device *ieee, char *start, char *stop, struct ieee80211_network *network, struct iw_request_info *info) argument
238 struct ieee80211_network *network; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_rx.c1590 struct ieee80211_network *network)
1599 network->qos_data.param_count = qos_info_element.ac_info & 0x0F;
1600 network->flags |= NETWORK_HAS_QOS_INFORMATION;
1607 qos_param = &(network->qos_data.parameters);
1610 network->flags |= NETWORK_HAS_QOS_PARAMETERS;
1611 network->qos_data.param_count =
1618 network->qos_data.supported = 1;
1666 struct ieee80211_network *network,
1674 memcpy(network->CountryIeBuf, info_element->data, info_element->len);
1675 network
1588 ieee80211_parse_qos_info_param_IE(struct ieee80211_info_element *info_element, struct ieee80211_network *network) argument
1663 ieee80211_extract_country_ie( struct ieee80211_device *ieee, struct ieee80211_info_element *info_element, struct ieee80211_network *network, u8 * addr2 ) argument
1697 ieee80211_parse_info_param(struct ieee80211_device *ieee, struct ieee80211_info_element *info_element, u16 length, struct ieee80211_network *network, struct ieee80211_rx_stats *stats) argument
2262 ieee80211_network_init( struct ieee80211_device *ieee, struct ieee80211_probe_response *beacon, struct ieee80211_network *network, struct ieee80211_rx_stats *stats) argument
2506 struct ieee80211_network network; local
[all...]
H A Dieee80211_wx.c57 struct ieee80211_network *network,
72 memcpy(iwe.u.ap_addr.sa_data, network->bssid, ETH_ALEN);
79 // if (network->flags & NETWORK_EMPTY_ESSID) {
80 if (network->ssid_len == 0) {
84 iwe.u.data.length = min(network->ssid_len, (u8)32);
85 start = iwe_stream_add_point(info, start, stop, &iwe, network->ssid);
90 if(network->mode&(1<<i)) {
100 if (network->capability &
102 if (network->capability & WLAN_CAPABILITY_BSS)
111 /* iwe.u.freq.m = ieee80211_frequency(network
55 rtl819x_translate_scan(struct ieee80211_device *ieee, char *start, char *stop, struct ieee80211_network *network, struct iw_request_info *info) argument
267 struct ieee80211_network *network; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c1529 struct ieee80211_network *network)
1538 network->qos_data.param_count = qos_info_element.ac_info & 0x0F;
1539 network->flags |= NETWORK_HAS_QOS_INFORMATION;
1546 qos_param = &(network->qos_data.parameters);
1549 network->flags |= NETWORK_HAS_QOS_PARAMETERS;
1550 network->qos_data.param_count =
1557 network->qos_data.supported = 1;
1605 struct ieee80211_network *network,
1613 memcpy(network->CountryIeBuf, info_element->data, info_element->len);
1614 network
1527 ieee80211_parse_qos_info_param_IE(struct ieee80211_info_element *info_element, struct ieee80211_network *network) argument
1602 ieee80211_extract_country_ie( struct ieee80211_device *ieee, struct ieee80211_info_element *info_element, struct ieee80211_network *network, u8 * addr2 ) argument
1636 ieee80211_parse_info_param(struct ieee80211_device *ieee, struct ieee80211_info_element *info_element, u16 length, struct ieee80211_network *network, struct ieee80211_rx_stats *stats) argument
2190 ieee80211_network_init( struct ieee80211_device *ieee, struct ieee80211_probe_response *beacon, struct ieee80211_network *network, struct ieee80211_rx_stats *stats) argument
2429 struct ieee80211_network network; local
[all...]
H A Dieee80211_wx.c56 struct ieee80211_network *network,
71 memcpy(iwe.u.ap_addr.sa_data, network->bssid, ETH_ALEN);
78 // if (network->flags & NETWORK_EMPTY_ESSID) {
79 if (network->ssid_len == 0) {
83 iwe.u.data.length = min(network->ssid_len, (u8)32);
84 start = iwe_stream_add_point(info, start, stop, &iwe, network->ssid);
89 if(network->mode&(1<<i)) {
99 if (network->capability &
101 if (network->capability & WLAN_CAPABILITY_BSS)
110 /* iwe.u.freq.m = ieee80211_frequency(network
54 rtl819x_translate_scan(struct ieee80211_device *ieee, char *start, char *stop, struct ieee80211_network *network, struct iw_request_info *info) argument
266 struct ieee80211_network *network; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw_rx.c1046 struct libipw_network *network)
1055 network->qos_data.param_count = qos_info_element.ac_info & 0x0F;
1056 network->flags |= NETWORK_HAS_QOS_INFORMATION;
1063 qos_param = &(network->qos_data.parameters);
1066 network->flags |= NETWORK_HAS_QOS_PARAMETERS;
1067 network->qos_data.param_count =
1074 network->qos_data.supported = 1;
1120 struct libipw_network *network)
1145 network->ssid_len = min(info_element->len,
1147 memcpy(network
1044 libipw_parse_qos_info_param_IE(struct libipw_info_element *info_element, struct libipw_network *network) argument
1118 libipw_parse_info_param(struct libipw_info_element *info_element, u16 length, struct libipw_network *network) argument
1342 struct libipw_network *network = &network_resp; local
1396 libipw_network_init(struct libipw_device *ieee, struct libipw_probe_response *beacon, struct libipw_network *network, struct libipw_rx_stats *stats) argument
1556 struct libipw_network network = { local
[all...]
H A Dlibipw_wx.c60 struct libipw_network *network,
73 memcpy(iwe.u.ap_addr.sa_data, network->bssid, ETH_ALEN);
81 iwe.u.data.length = min(network->ssid_len, (u8) 32);
83 &iwe, network->ssid);
88 libipw_modes[network->mode]);
93 if (network->capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) {
94 if (network->capability & WLAN_CAPABILITY_ESS)
106 iwe.u.freq.m = libipw_channel_to_freq(ieee, network->channel);
113 if (network->capability & WLAN_CAPABILITY_PRIVACY)
119 &iwe, network
58 libipw_translate_scan(struct libipw_device *ieee, char *start, char *stop, struct libipw_network *network, struct iw_request_info *info) argument
267 struct libipw_network *network; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dclinat.h39 in_addr_t network; member in struct:client_nat_entry
56 const char *network,
H A Droute.c26 * Support routines for adding/deleting network routes.
171 buf_printf (&out, "ROUTE network %s netmask %s gateway %s",
172 print_in_addr_t (r->network, 0, gc),
283 /* network */
285 if (!is_route_parm_defined (ro->network))
294 if(get_special_addr (rl, ro->network, &special.s_addr, &status))
302 ro->network, 0, NULL, AF_INET, network_list);
363 msg (M_WARN, PACKAGE_NAME " ROUTE: route metric for network %s (%s) must be >= 0",
364 ro->network,
381 msg (M_WARN, PACKAGE_NAME " ROUTE: failed to parse/resolve route for host/network
448 add_route_to_option_list(struct route_option_list *l, const char *network, const char *netmask, const char *gateway, const char *metric) argument
754 add_route3(in_addr_t network, in_addr_t netmask, in_addr_t gateway, const struct tuntap *tt, unsigned int flags, const struct route_gateway_info *rgi, const struct env_set *es) argument
772 del_route3(in_addr_t network, in_addr_t netmask, in_addr_t gateway, const struct tuntap *tt, unsigned int flags, const struct route_gateway_info *rgi, const struct env_set *es) argument
1252 local_route(in_addr_t network, in_addr_t netmask, in_addr_t gateway, const struct route_gateway_info *rgi) argument
1298 const char *network; local
1550 const char *network; local
1738 const char *network; local
1894 const char *network; local
3152 netmask_to_netbits(const in_addr_t network, const in_addr_t netmask, int *netbits) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vlan/
H A Dvconfig.spec38 mkdir -p $RPM_BUILD_ROOT/etc/sysconfig/network-scripts
42 install -o 0 -g 0 -m 755 %SOURCE1 $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-vlan
43 install -o 0 -g 0 -m 755 %SOURCE2 $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifdown-vlan
52 /etc/sysconfig/network-scripts/ifup-vlan
53 /etc/sysconfig/network-scripts/ifdown-vlan
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/
H A DLeafNets.h398 /// Element network of type xs:long.
399 LONG64* network ; ///< Nullable pointer. member in struct:ns4__NetworkNotification
455 /// Element network of type xs:long.
456 LONG64* network ; ///< Nullable pointer. member in struct:ns4__NetworkMemberNotification
474 /// Element network of type xs:long.
475 LONG64* network ; ///< Nullable pointer. member in struct:ns4__DeleteNetworkNotification
491 /// Element network of type xs:long.
492 LONG64* network ; ///< Nullable pointer. member in struct:ns4__InviteNetworkNotification
728 /// Element network of type xs:long.
729 LONG64* network ; ///< Nullabl member in struct:ns4__AddNetworkMemberNotification
750 LONG64* network ; ///< Nullable pointer. member in struct:ns4__DeclineNetworkInviteNotification
771 LONG64* network ; ///< Nullable pointer. member in struct:ns4__DeleteNetworkMemberNotification
792 LONG64* network ; ///< Nullable pointer. member in struct:ns4__SignupNetworkMemberNotification
815 LONG64* network ; ///< Nullable pointer. member in struct:ns4__UpdateMemberContactNotification
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dipxcp.h64 bool neg_nn; /* Negotiate IPX network number? */
65 bool req_nn; /* Ask peer to send IPX network number */
73 bool accept_network; /* accept network number */
78 u_int32_t his_network; /* base network number */
79 u_int32_t our_network; /* our value for network number */
80 u_int32_t network; /* the final network number */ member in struct:ipxcp_options
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/
H A DLeafNets.h398 /// Element network of type xs:long.
399 LONG64* network ; ///< Nullable pointer. member in struct:ns4__NetworkNotification
455 /// Element network of type xs:long.
456 LONG64* network ; ///< Nullable pointer. member in struct:ns4__NetworkMemberNotification
474 /// Element network of type xs:long.
475 LONG64* network ; ///< Nullable pointer. member in struct:ns4__DeleteNetworkNotification
491 /// Element network of type xs:long.
492 LONG64* network ; ///< Nullable pointer. member in struct:ns4__InviteNetworkNotification
728 /// Element network of type xs:long.
729 LONG64* network ; ///< Nullabl member in struct:ns4__AddNetworkMemberNotification
750 LONG64* network ; ///< Nullable pointer. member in struct:ns4__DeclineNetworkInviteNotification
771 LONG64* network ; ///< Nullable pointer. member in struct:ns4__DeleteNetworkMemberNotification
792 LONG64* network ; ///< Nullable pointer. member in struct:ns4__SignupNetworkMemberNotification
815 LONG64* network ; ///< Nullable pointer. member in struct:ns4__UpdateMemberContactNotification
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dipxcp.h41 bool neg_nn; /* Negotiate IPX network number? */
42 bool req_nn; /* Ask peer to send IPX network number */
50 bool accept_network; /* accept network number */
55 u_int32_t his_network; /* base network number */
56 u_int32_t our_network; /* our value for network number */
57 u_int32_t network; /* the final network number */ member in struct:ipxcp_options
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bpalogin/
H A Dbpalogin.init16 . /etc/sysconfig/network

Completed in 328 milliseconds

1234567