Searched refs:assoc (Results 1 - 25 of 27) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/wrepld/
H A Dpartners.c31 BOOL check_partner(int assoc) argument
38 if (current_partners[i].client_assoc==assoc)
114 BOOL check_pull_partner(int assoc) argument
121 if (current_partners[i].client_assoc==assoc &&
131 BOOL check_push_partner(int assoc) argument
138 if (current_partners[i].client_assoc==assoc &&
148 int get_server_assoc(int assoc) argument
155 if (current_partners[i].client_assoc==assoc)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dproc.c173 static void sctp_seq_dump_remote_addrs(struct seq_file *seq, struct sctp_association *assoc) argument
180 primary = &assoc->peer.primary_addr;
181 list_for_each(pos, &assoc->peer.transport_addr_list) {
329 struct sctp_association *assoc; local
340 assoc = sctp_assoc(epb);
344 assoc, sk, sctp_sk(sk)->type, sk->sk_state,
345 assoc->state, hash, assoc->assoc_id,
346 assoc->sndbuf_used,
347 atomic_read(&assoc
[all...]
H A Dobjcnt.c54 SCTP_DBG_OBJCNT(assoc); variable
68 SCTP_DBG_OBJCNT_ENTRY(assoc),
H A Dassociola.c326 SCTP_DBG_OBJCNT_INC(assoc);
432 SCTP_DBG_OBJCNT_DEC(assoc);
999 void sctp_assoc_migrate(struct sctp_association *assoc, struct sock *newsk) argument
1002 struct sock *oldsk = assoc->base.sk;
1007 list_del_init(&assoc->asocs);
1014 sctp_endpoint_put(assoc->ep);
1015 sock_put(assoc->base.sk);
1018 assoc->ep = newsp->ep;
1019 sctp_endpoint_hold(assoc->ep);
1022 assoc
[all...]
H A Doutqueue.c982 static void sctp_sack_update_unack_data(struct sctp_association *assoc, argument
989 unack_data = assoc->next_tsn - assoc->ctsn_ack_point - 1;
997 assoc->unack_data = unack_data;
1139 /* Update unack_data field in the assoc. */
H A Dsocket.c190 /* If this is not a UDP-style socket, assoc id should be ignored. */
220 /* Look up the transport from an address and an assoc id. If both address and
5921 /* Populate the fields of the newsk from the oldsk and migrate the assoc
5925 struct sctp_association *assoc,
5959 if (PF_INET6 == assoc->base.sk->sk_family)
5961 if (assoc->peer.ipv4_address)
5963 if (assoc->peer.ipv6_address)
5974 if (event->asoc == assoc) {
5989 atomic_set(&sctp_sk(newsk)->pd_mode, assoc->ulpq.pd_mode);
5995 if (assoc
5924 sctp_sock_migrate(struct sock *oldsk, struct sock *newsk, struct sctp_association *assoc, sctp_socket_type_t type) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A DMakefile6 ethtool.o assoc.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dpo-compat.el198 (cdr (assoc charset-upper po-content-type-charset-alist)))
207 (assoc (substring try-string 2)
227 (list (or (cdr (assoc charset-upper
H A Dpo-mode.el2143 (let ((slot (assoc marker po-edited-fields)))
2551 (name (car (assoc (completing-read (_"Which auxiliary file? ")
2660 (assoc
3347 (let ((pair (assoc name po-team-name-to-code)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Dintel_cacheinfo.c36 { 0x06, LVL_1_INST, 8 }, /* 4-way set assoc, 32 byte line size */
37 { 0x08, LVL_1_INST, 16 }, /* 4-way set assoc, 32 byte line size */
38 { 0x0a, LVL_1_DATA, 8 }, /* 2 way set assoc, 32 byte line size */
39 { 0x0c, LVL_1_DATA, 16 }, /* 4-way set assoc, 32 byte line size */
40 { 0x22, LVL_3, 512 }, /* 4-way set assoc, sectored cache, 64 byte line size */
41 { 0x23, LVL_3, 1024 }, /* 8-way set assoc, sectored cache, 64 byte line size */
42 { 0x25, LVL_3, 2048 }, /* 8-way set assoc, sectored cache, 64 byte line size */
43 { 0x29, LVL_3, 4096 }, /* 8-way set assoc, sectored cache, 64 byte line size */
44 { 0x2c, LVL_1_DATA, 32 }, /* 8-way set assoc, 64 byte line size */
45 { 0x30, LVL_1_INST, 32 }, /* 8-way set assoc, 6
146 unsigned assoc : 8; member in struct:l1_cache::__anon3490
156 unsigned assoc : 4; member in struct:l2_cache::__anon3491
175 unsigned line_size, lines_per_tag, assoc, size_in_kb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_frad.h182 int (*assoc)(struct net_device *, struct net_device *); member in struct:frad_local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dax25.h169 static inline void ax25_uid_put(ax25_uid_assoc *assoc) argument
171 if (atomic_dec_and_test(&assoc->refcount)) {
172 kfree(assoc);
H A Dieee80211.h1081 struct ieee80211_disassoc * assoc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dhda_codec.c2192 short assoc, loc; local
2209 assoc = get_defcfg_association(def_conf);
2210 if (!assoc)
2213 assoc_line_out = assoc;
2214 else if (assoc_line_out != assoc)
2224 assoc = get_defcfg_association(def_conf);
2225 if (! assoc)
2228 assoc_speaker = assoc;
2229 else if (assoc_speaker != assoc)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/mm/
H A Dtsb.c222 hp->assoc = 1;
H A Dinit.c1264 ktsb_descr[0].assoc = 1;
1278 ktsb_descr[1].assoc = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Ddlci.c399 err = (*flp->assoc)(slave, master);
H A Dsdla.c1624 flp->assoc = sdla_assoc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dhypervisor.h466 unsigned short assoc; member in struct:hv_tsb_descr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dsetup.c1285 #define CSHAPE(totalsize, linesize, assoc) \
1286 ((totalsize & ~0xff) | (linesize << 4) | assoc)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/sctp/
H A Dsctp.h178 void sctp_backlog_migrate(struct sctp_association *assoc,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_sta.c355 struct ieee80211_if_sta *ifsta, int assoc)
359 if (ifsta->associated == assoc)
362 ifsta->associated = assoc;
364 if (assoc) {
491 printk(KERN_DEBUG "%s: failed to allocate buffer for assoc "
354 ieee80211_set_associated(struct net_device *dev, struct ieee80211_if_sta *ifsta, int assoc) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2200.h658 struct notif_association assoc; member in union:ipw_rx_notification::__anon6120
1051 #define CFG_STATIC_CHANNEL (1<<0) /* Restrict assoc. to single channel */
1052 #define CFG_STATIC_ESSID (1<<1) /* Restrict assoc. to single SSID */
1053 #define CFG_STATIC_BSSID (1<<2) /* Restrict assoc. to single BSSID */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dwlioctl.h657 wl_join_assoc_params_t assoc; /* optional field, but it must include the fixed portion member in struct:wl_extjoin_params
662 #define WL_EXTJOIN_PARAMS_FIXED_SIZE (OFFSETOF(wl_extjoin_params_t, assoc) + \
1073 #define WLC_ASSOC_REQ_IS_REASSOC 0x01 /* assoc req was actually a reassoc */
2726 uint32 pstatxucast; /* count of ucast frames xmitted on all psta assoc */
2727 uint32 pstatxnoassoc; /* count of txnoassoc frames xmitted on all psta assoc */
2728 uint32 pstarxucast; /* count of ucast frames received on all psta assoc */
4773 /* fbt_cap: FBT assoc / reassoc modes. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/common/include/proto/
H A D802.11.h259 #define DOT11_ASSOC_REQ_FIXED_LEN 4 /* length of assoc frame without info elts */
266 #define DOT11_REASSOC_REQ_FIXED_LEN 10 /* length of assoc frame without info elts */
273 #define DOT11_ASSOC_RESP_FIXED_LEN 6 /* length of assoc resp frame without info elts */
869 #define FC_SUBTYPE_ASSOC_REQ 0 /* assoc. request */
870 #define FC_SUBTYPE_ASSOC_RESP 1 /* assoc. response */
926 #define FC_ASSOC_REQ FC_KIND(FC_TYPE_MNG, FC_SUBTYPE_ASSOC_REQ) /* assoc. request */
927 #define FC_ASSOC_RESP FC_KIND(FC_TYPE_MNG, FC_SUBTYPE_ASSOC_RESP) /* assoc. response */
1001 /* DUR/ID field in assoc resp is 0xc000 | AID */
2968 uint8 assoc; /* # of assoc STA member in struct:brcm_ie
[all...]

Completed in 319 milliseconds

12