Home
last modified time | relevance | path

Searched refs:hnext (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dap_list.c59 s = s->hnext; in ap_get_ap()
92 ap->hnext = iface->ap_hash[STA_HASH(ap->addr)]; in ap_ap_hash_add()
104 iface->ap_hash[STA_HASH(ap->addr)] = s->hnext; in ap_ap_hash_del()
108 while (s->hnext != NULL && in ap_ap_hash_del()
109 !ether_addr_equal(s->hnext->addr, ap->addr)) in ap_ap_hash_del()
110 s = s->hnext; in ap_ap_hash_del()
111 if (s->hnext != NULL) in ap_ap_hash_del()
112 s->hnext = s->hnext->hnext; in ap_ap_hash_del()
H A Dpmksa_cache_auth.c70 prev->hnext = entry->hnext; in pmksa_cache_free_entry()
72 pmksa->pmkid[hash] = entry->hnext; in pmksa_cache_free_entry()
76 pos = pos->hnext; in pmksa_cache_free_entry()
249 entry->hnext = pmksa->pmkid[hash]; in pmksa_cache_link_entry()
488 entry = entry->hnext) { in pmksa_cache_auth_get()
H A Dap_list.h20 struct ap_info *hnext; /* next entry in hash table list */ member
H A Dsta_info.c75 s = s->hnext; in ap_get_sta()
126 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)]; in ap_sta_hash_add()
138 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext; in ap_sta_hash_del()
142 while (s->hnext != NULL && in ap_sta_hash_del()
143 !ether_addr_equal(s->hnext->addr, sta->addr)) in ap_sta_hash_del()
144 s = s->hnext; in ap_sta_hash_del()
145 if (s->hnext != NULL) in ap_sta_hash_del()
146 s->hnext = s->hnext->hnext; in ap_sta_hash_del()
H A Dpmksa_cache_auth.h18 struct rsn_pmksa_cache_entry *next, *hnext; member
H A Dsta_info.h102 struct sta_info *hnext; /* next entry in hash table list */ member
/freebsd/usr.bin/xstr/
H A Dxstr.c325 struct hash *hnext; member
336 while (hp->hnext) { in hashit()
337 hp = hp->hnext; in hashit()
348 hp->hnext = hp0->hnext; in hashit()
350 hp0->hnext = hp; in hashit()
363 for (hp = bucket[i].hnext; hp != NULL; hp = hp->hnext) in flushsh()
374 for (hp = bucket[i].hnext; hp != NULL; hp = hp->hnext) { in flushsh()
/freebsd/contrib/lua/src/
H A Dlstring.c70 TString *hnext = p->u.hnext; /* save next */ in tablerehash() local
72 p->u.hnext = vect[h]; /* chain it into array */ in tablerehash()
74 p = hnext; in tablerehash()
168 p = &(*p)->u.hnext; in luaS_remove()
169 *p = (*p)->u.hnext; /* remove element from its list */ in luaS_remove()
195 for (ts = *list; ts != NULL; ts = ts->u.hnext) { in internshrstr()
211 ts->u.hnext = *list; in internshrstr()
H A Dlobject.h393 struct TString *hnext; /* linked list for hash table */ member
H A Dltests.c1042 for (ts = tb->hash[s]; ts != NULL; ts = ts->u.hnext) { in string_query()
/freebsd/contrib/less/
H A Dch.c35 struct bufnode *hnext, *hprev;
104 for (bn = thisfile->hashtbl[h].hnext; \
105 bn != END_OF_HCHAIN(h); bn = bn->hnext)
108 (bn)->hnext->hprev = (bn)->hprev; \
109 (bn)->hprev->hnext = (bn)->hnext;
112 (bn)->hnext = thisfile->hashtbl[h].hnext; \
114 thisfile->hashtbl[h].hnext->hprev = (bn); \
115 thisfile->hashtbl[h].hnext
42 struct bufnode *hnext, *hprev; global() member
[all...]
/freebsd/usr.bin/mkstr/
H A Dmkstr.c260 struct hash *hnext; member
280 for (hp = bucket[i]; hp != 0; hp = hp->hnext) in hashit()
294 hp->hnext = bucket[i]; in hashit()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_htable.c1154 void *hnext; in ipf_htable_iter_next() local
1183 hnext = nextiph->iph_next; in ipf_htable_iter_next()
1209 hnext = nextnode->ipe_next; in ipf_htable_iter_next()
1215 hnext = NULL; in ipf_htable_iter_next()
1252 if (hnext == NULL) in ipf_htable_iter_next()