Home
last modified time | relevance | path

Searched refs:hbnext (Results 1 – 5 of 5) sorted by relevance

/dports/net/quagga/quagga-1.2.4/lib/
H A Dhash.c68 struct hash_backet *hb, *hbnext, **new_index; in hash_expand() local
76 for (hb = hash->index[i]; hb; hb = hbnext) in hash_expand()
80 hbnext = hb->next; in hash_expand()
215 struct hash_backet *hbnext; in hash_iterate() local
218 for (hb = hash->index[i]; hb; hb = hbnext) in hash_iterate()
223 hbnext = hb->next; in hash_iterate()
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dhash.c99 struct hash_bucket *hb, *hbnext, **new_index; in hash_expand() local
112 for (hb = hash->index[i]; hb; hb = hbnext) { in hash_expand()
115 hbnext = hb->next; in hash_expand()
251 struct hash_bucket *hbnext; in hash_iterate() local
254 for (hb = hash->index[i]; hb; hb = hbnext) { in hash_iterate()
258 hbnext = hb->next; in hash_iterate()
268 struct hash_bucket *hbnext; in hash_walk() local
272 for (hb = hash->index[i]; hb; hb = hbnext) { in hash_walk()
276 hbnext = hb->next; in hash_walk()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dhash.c99 struct hash_bucket *hb, *hbnext, **new_index; in hash_expand() local
112 for (hb = hash->index[i]; hb; hb = hbnext) { in hash_expand()
115 hbnext = hb->next; in hash_expand()
251 struct hash_bucket *hbnext; in hash_iterate() local
254 for (hb = hash->index[i]; hb; hb = hbnext) { in hash_iterate()
258 hbnext = hb->next; in hash_iterate()
268 struct hash_bucket *hbnext; in hash_walk() local
272 for (hb = hash->index[i]; hb; hb = hbnext) { in hash_walk()
276 hbnext = hb->next; in hash_walk()
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/isis/
H A Dhash.c155 struct hash_backet *hbnext; in isis_hash_iterate() local
158 for (hb = hash->index[i]; hb; hb = hbnext) in isis_hash_iterate()
163 hbnext = hb->next; in isis_hash_iterate()
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/bgp/
H A Dbgp_hash.c165 struct hash_backet *hbnext; in hash_iterate() local
168 for (hb = hash->index[i]; hb; hb = hbnext) in hash_iterate()
173 hbnext = hb->next; in hash_iterate()