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

/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dap_list.c59 s = s->hnext;
120 ap->hnext = iface->ap_hash[STA_HASH(ap->addr)];
132 iface->ap_hash[STA_HASH(ap->addr)] = s->hnext;
136 while (s->hnext != NULL &&
137 os_memcmp(s->hnext->addr, ap->addr, ETH_ALEN) != 0)
138 s = s->hnext;
139 if (s->hnext != NULL)
140 s->hnext = s->hnext->hnext;
[all...]
H A Dap_list.h23 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.c63 prev->hnext = pos->hnext;
66 pos->hnext;
71 pos = pos->hnext;
208 entry->hnext = pmksa->pmkid[PMKID_HASH(entry->pmkid)];
374 entry = pmkid ? entry->hnext : entry->next;
H A Dsta_info.c67 s = s->hnext;
94 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)];
106 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext;
110 while (s->hnext != NULL &&
111 os_memcmp(s->hnext->addr, sta->addr, ETH_ALEN) != 0)
112 s = s->hnext;
113 if (s->hnext != NULL)
114 s->hnext = s->hnext->hnext;
[all...]
H A Dsta_info.h43 struct sta_info *hnext; /* next entry in hash table list */ member in struct:sta_info
/freebsd-10.0-release/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-10.0-release/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-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_htable.c1237 void *hnext; local
1266 hnext = nextiph->iph_next;
1292 hnext = nextnode->ipe_next;
1298 hnext = NULL;
1335 if (hnext == NULL)

Completed in 144 milliseconds