Lines Matching refs:methods
318 dns_clientinfomethods_t *methods,
327 if (methods != NULL &&
328 methods->sourceip != NULL &&
329 methods->version - methods->age <= DNS_CLIENTINFOMETHODS_VERSION &&
330 DNS_CLIENTINFOMETHODS_VERSION <= methods->version)
332 methods->sourceip(clientinfo, &src);
374 * the address of the client; this demonstrates the use of 'methods'
382 dns_sdlzlookup_t *lookup, dns_clientinfomethods_t *methods,
431 if (methods != NULL &&
432 methods->sourceip != NULL &&
433 (methods->version - methods->age <=
435 DNS_CLIENTINFOMETHODS_VERSION <= methods->version)
437 methods->sourceip(clientinfo, &src);