Searched defs:next_hash (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A Dpxdns.c144 struct request *next_hash; member in struct:request
417 if ((req->next_hash = *chain) != NULL) {
418 (*chain)->pprev_hash = &req->next_hash;
456 if (req->next_hash != NULL) {
457 req->next_hash->pprev_hash = req->pprev_hash;
459 *req->pprev_hash = req->next_hash;
461 req->next_hash = NULL;
528 for (req = pxdns->request_hash[HASH(id)]; req != NULL; req = req->next_hash) {

Completed in 40 milliseconds