Lines Matching defs:dispentry
380 qid_hash(const dns_dispentry_t *dispentry) {
385 isc_sockaddr_hash_ex(&hash, &dispentry->peer, true);
386 isc_hash32_hash(&hash, &dispentry->id, sizeof(dispentry->id), true);
387 isc_hash32_hash(&hash, &dispentry->port, sizeof(dispentry->port), true);
394 const dns_dispentry_t *dispentry =
398 return dispentry->id == key->id && dispentry->port == key->port &&
399 isc_sockaddr_equal(&dispentry->peer, &key->peer);
457 * How long in milliseconds has it been since this dispentry
686 * We have a valid response; find the associated dispentry object