Lines Matching refs:methods
321 dns_clientinfomethods_t *methods,
330 if (methods != NULL &&
331 methods->sourceip != NULL &&
332 methods->version - methods->age <= DNS_CLIENTINFOMETHODS_VERSION &&
333 DNS_CLIENTINFOMETHODS_VERSION <= methods->version)
335 methods->sourceip(clientinfo, &src);
388 * the address of the client, to test the use of 'methods' and 'clientinfo'
395 dns_sdlzlookup_t *lookup, dns_clientinfomethods_t *methods,
459 if (methods != NULL &&
460 methods->sourceip != NULL &&
461 (methods->version - methods->age <=
463 DNS_CLIENTINFOMETHODS_VERSION <= methods->version)
465 methods->sourceip(clientinfo, &src);