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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_list.c59 s = s->hnext;
92 ap->hnext = iface->ap_hash[STA_HASH(ap->addr)];
104 iface->ap_hash[STA_HASH(ap->addr)] = s->hnext;
108 while (s->hnext != NULL &&
109 os_memcmp(s->hnext->addr, ap->addr, ETH_ALEN) != 0)
110 s = s->hnext;
111 if (s->hnext != NULL)
112 s->hnext = s->hnext->hnext;
[all...]
H A Dap_list.h20 struct ap_info *hnext; /* next entry in hash table list */ member in struct:ap_info
H A Dpmksa_cache_auth.h18 struct rsn_pmksa_cache_entry *next, *hnext; member in struct:rsn_pmksa_cache_entry
H A Dpmksa_cache_auth.c67 prev->hnext = entry->hnext;
69 pmksa->pmkid[hash] = entry->hnext;
73 pos = pos->hnext;
246 entry->hnext = pmksa->pmkid[hash];
481 entry = entry->hnext) {
H A Dsta_info.c77 s = s->hnext;
128 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)];
140 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext;
144 while (s->hnext != NULL &&
145 os_memcmp(s->hnext->addr, sta->addr, ETH_ALEN) != 0)
146 s = s->hnext;
147 if (s->hnext != NULL)
148 s->hnext = s->hnext->hnext;
[all...]
H A Dsta_info.h67 struct sta_info *hnext; /* next entry in hash table list */ member in struct:sta_info
/freebsd-11-stable/contrib/lua/src/
H A Dlstring.c83 TString *hnext = p->u.hnext; /* save next */ local
85 p->u.hnext = tb->hash[h]; /* chain it */
87 p = hnext;
158 p = &(*p)->u.hnext;
159 *p = (*p)->u.hnext; /* remove element from its list */
173 for (ts = *list; ts != NULL; ts = ts->u.hnext) {
189 ts->u.hnext = *list;
H A Dlobject.h310 struct TString *hnext; /* linked list for hash table */ member in union:TString::__anon3418
/freebsd-11-stable/contrib/less/
H A Dch.c41 struct bufnode *hnext, *hprev; member in struct:bufnode
110 for (bn = thisfile->hashtbl[h].hnext; \
111 bn != END_OF_HCHAIN(h); bn = bn->hnext)
114 (bn)->hnext->hprev = (bn)->hprev; \
115 (bn)->hprev->hnext = (bn)->hnext;
118 (bn)->hnext = thisfile->hashtbl[h].hnext; \
120 thisfile->hashtbl[h].hnext->hprev = (bn); \
121 thisfile->hashtbl[h].hnext
[all...]
/freebsd-11-stable/usr.bin/mkstr/
H A Dmkstr.c273 struct hash *hnext; member in struct:hash
293 for (hp = bucket[i]; hp != 0; hp = hp->hnext)
307 hp->hnext = bucket[i];
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_htable.c1233 void *hnext; local
1262 hnext = nextiph->iph_next;
1288 hnext = nextnode->ipe_next;
1294 hnext = NULL;
1331 if (hnext == NULL)

Completed in 172 milliseconds