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

/vbox/src/VBox/NetworkServices/NAT/
H A Dpxdns.c143 struct request **pprev_hash; member in struct:request
400 LWIP_ASSERT1(req->pprev_hash == NULL);
415 LWIP_ASSERT1(req->pprev_hash == NULL);
418 (*chain)->pprev_hash = &req->next_hash;
422 req->pprev_hash = chain;
453 LWIP_ASSERT1(req->pprev_hash != NULL);
457 req->next_hash->pprev_hash = req->pprev_hash;
459 *req->pprev_hash = req->next_hash;
460 req->pprev_hash
[all...]

Completed in 48 milliseconds