Searched refs:aid (Results 1 - 25 of 61) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/solaris/
H A Dif.c46 struct atif_data *aid; local
48 if (( aid = kmem_zalloc( sizeof( struct atif_data ), KM_SLEEP )) == NULL ) {
51 aid->aid_q = q;
52 aid->aid_state = DL_UNATTACHED;
54 return( aid );
64 if_name( struct atif_data *aid, char *name, ulong ppa ) argument
66 sprintf( aid->aid_name, "%s%ld", name, ppa );
78 aid->aid_next = interfaces;
79 aid->aid_next->aid_prev = aid;
123 struct atif_data *aid; local
141 struct atif_data *aid; local
168 struct atif_data *aid = (struct atif_data*) ptr; local
233 struct atif_data *aid; local
301 if_dest( struct atif_data *aid, struct sockaddr_at *sat ) argument
351 if_route( struct atif_data *aid, mblk_t *m, struct sockaddr_at *sat ) argument
[all...]
H A Daarp.c43 aarp_find( struct atif_data *aid, ushort net, unchar node ) argument
47 for ( aal = aid->aid_aarplist; aal != NULL; aal = aal->aal_next ) {
56 aarp_alloc( struct atif_data *aid, ushort net, unchar node ) argument
60 for ( aal = aid->aid_aarplist; aal != NULL; aal = aal->aal_next ) {
66 if ( aid->aid_aarpflist == NULL ) {
72 aal = aid->aid_aarpflist;
73 aid->aid_aarpflist = aal->aal_next;
74 if ( aid->aid_aarpflist != NULL ) {
75 aid->aid_aarpflist->aal_prev = NULL;
86 aal->aal_next = aid
100 aarp_free( struct atif_data *aid, struct aarplist *aal ) argument
129 struct atif_data *aid = (struct atif_data *) ptr; local
188 struct atif_data *aid = (struct atif_data *)q->q_ptr; local
284 aarp_send( struct atif_data *aid, int op, caddr_t hwaddr, ushort net, unchar node ) argument
327 aarp_resolve( struct atif_data *aid, mblk_t *m, struct sockaddr_at *sat ) argument
[all...]
H A Ddlpi.c41 struct atif_data *aid; local
47 if (( aid = if_alloc( q )) == NULL ) {
50 q->q_ptr = (void *)aid;
59 struct atif_data *aid = (struct atif_data *)q->q_ptr; local
62 if_free( aid );
187 struct atif_data *aid = (struct atif_data *)q->q_ptr; local
227 ddp_rput( aid, m0 );
244 if ( aid->aid_state != DL_ATTACH_PENDING ) {
246 aid->aid_state );
249 if ( aid
368 struct atif_data *aid = (struct atif_data *)RD(q)->q_ptr; local
[all...]
H A Dddp.c33 ddp_rput( struct atif_data *aid, mblk_t *m ) argument
52 if (( daid = if_dest( aid, &sat )) != NULL ) {
H A Dsock.c70 sock_dest( struct atif_data *aid, struct sockaddr_at *sat ) argument
77 aid->aid_sat.sat_addr.s_net == sd->sd_sat.sat_addr.s_net &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/solaris/
H A Dif.c46 struct atif_data *aid; local
48 if (( aid = kmem_zalloc( sizeof( struct atif_data ), KM_SLEEP )) == NULL ) {
51 aid->aid_q = q;
52 aid->aid_state = DL_UNATTACHED;
54 return( aid );
64 if_name( struct atif_data *aid, char *name, ulong ppa ) argument
66 sprintf( aid->aid_name, "%s%ld", name, ppa );
78 aid->aid_next = interfaces;
79 aid->aid_next->aid_prev = aid;
123 struct atif_data *aid; local
141 struct atif_data *aid; local
168 struct atif_data *aid = (struct atif_data*) ptr; local
233 struct atif_data *aid; local
301 if_dest( struct atif_data *aid, struct sockaddr_at *sat ) argument
351 if_route( struct atif_data *aid, mblk_t *m, struct sockaddr_at *sat ) argument
[all...]
H A Daarp.c43 aarp_find( struct atif_data *aid, ushort net, unchar node ) argument
47 for ( aal = aid->aid_aarplist; aal != NULL; aal = aal->aal_next ) {
56 aarp_alloc( struct atif_data *aid, ushort net, unchar node ) argument
60 for ( aal = aid->aid_aarplist; aal != NULL; aal = aal->aal_next ) {
66 if ( aid->aid_aarpflist == NULL ) {
72 aal = aid->aid_aarpflist;
73 aid->aid_aarpflist = aal->aal_next;
74 if ( aid->aid_aarpflist != NULL ) {
75 aid->aid_aarpflist->aal_prev = NULL;
86 aal->aal_next = aid
100 aarp_free( struct atif_data *aid, struct aarplist *aal ) argument
129 struct atif_data *aid = (struct atif_data *) ptr; local
188 struct atif_data *aid = (struct atif_data *)q->q_ptr; local
284 aarp_send( struct atif_data *aid, int op, caddr_t hwaddr, ushort net, unchar node ) argument
327 aarp_resolve( struct atif_data *aid, mblk_t *m, struct sockaddr_at *sat ) argument
[all...]
H A Ddlpi.c41 struct atif_data *aid; local
47 if (( aid = if_alloc( q )) == NULL ) {
50 q->q_ptr = (void *)aid;
59 struct atif_data *aid = (struct atif_data *)q->q_ptr; local
62 if_free( aid );
187 struct atif_data *aid = (struct atif_data *)q->q_ptr; local
227 ddp_rput( aid, m0 );
244 if ( aid->aid_state != DL_ATTACH_PENDING ) {
246 aid->aid_state );
249 if ( aid
368 struct atif_data *aid = (struct atif_data *)RD(q)->q_ptr; local
[all...]
H A Dddp.c33 ddp_rput( struct atif_data *aid, mblk_t *m ) argument
52 if (( daid = if_dest( aid, &sat )) != NULL ) {
H A Dsock.c70 sock_dest( struct atif_data *aid, struct sockaddr_at *sat ) argument
77 aid->aid_sat.sat_addr.s_net == sd->sd_sat.sat_addr.s_net &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_i.h221 u16 aid; member in struct:ieee80211_if_sta
323 struct dentry *aid; member in struct:ieee80211_sub_if_data::__anon10888::__anon10889
655 static inline void __bss_tim_set(struct ieee80211_if_ap *bss, int aid) argument
661 bss->tim[(aid)/8] |= 1<<((aid) % 8);
665 struct ieee80211_if_ap *bss, int aid)
668 __bss_tim_set(bss, aid);
672 static inline void __bss_tim_clear(struct ieee80211_if_ap *bss, int aid) argument
678 bss->tim[(aid)/8] &= !(1<<((aid)
664 bss_tim_set(struct ieee80211_local *local, struct ieee80211_if_ap *bss, int aid) argument
681 bss_tim_clear(struct ieee80211_local *local, struct ieee80211_if_ap *bss, int aid) argument
[all...]
H A Dieee80211_common.h62 u16 aid; member in struct:ieee80211_msg_set_aid_for_sta
H A Dsta_info.c264 sta->addr, key, sta->aid);
275 sta->addr, &conf, sta->aid);
443 if (sta->aid <= 0)
450 sta->aid, 0);
452 __bss_tim_clear(sdata->bss, sta->aid);
H A Ddebugfs_netdev.c101 IEEE80211_IF_FILE(aid, u.sta.aid, DEC);
195 DEBUGFS_ADD(aid, sta);
288 DEBUGFS_DEL(aid, sta);
H A Dsta_info.h41 u16 aid; /* STA's unique AID (1..2007), 0 = not yet assigned */ member in struct:sta_info
H A Ddebugfs_sta.c62 STA_FILE(aid, aid, D);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_80211.h34 u16 aid; member in struct:hostap_ieee80211_mgmt::__anon6051::__anon6055
H A Dhostap_ap.c136 if (sta->aid > 0)
137 ap->sta_aid[sta->aid - 1] = NULL;
148 static void hostap_set_tim(local_info_t *local, int aid, int set) argument
151 local->func->set_tim(local->dev, aid, set);
232 if (sta->timeout_next == STA_DEAUTH && sta->aid > 0 &&
234 hostap_set_tim(local, sta->aid, 0);
1012 MAC2STR(sta->addr), atomic_read(&sta->users), sta->aid,
1614 if (sta->aid > 0)
1618 for (sta->aid = 1; sta->aid <
1867 u16 aid; local
[all...]
H A Dhostap_ap.h46 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */ member in struct:sta_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dmac80211.h610 * low-level to set (or clear if set==0) TIM bit for the given aid. If
614 int (*set_tim)(struct ieee80211_hw *hw, int aid, int set);
618 * station hwaddr for individual keys. aid of the station is given
624 u8 *addr, struct ieee80211_key_conf *key, int aid);
925 * the aid for an associating station with this call */
927 u8 *peer_address, u16 aid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_tpcb.c114 u_int32_t aid; member in struct:_histrec
461 hrec.aid = random_id(ACCOUNT, accounts, branches, tellers);
638 hrec.aid = account;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DTpcbExample.cpp108 u_int32_t aid; member in struct:Histrec
417 hrec.aid = random_id(ACCOUNT, accounts, branches, tellers);
563 hrec.aid = account;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbExample.cpp15 u_int32_t aid; member in struct:Histrec
255 hrec.aid = randomId(ACCOUNT, accounts, branches, tellers);
395 hrec.aid = account;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dtypes.h119 __le16 aid; member in struct:ieeetypes_assocrsp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dieee80211.h136 __le16 aid; member in struct:ieee80211_mgmt::__anon9877::__anon9881

Completed in 282 milliseconds

123