Lines Matching refs:lookup
15 /* ioloop to run the lookup on (defaults to current_ioloop) */
25 /* how many milliseconds the lookup took. */
28 /* for IP lookup: */
31 /* for PTR lookup: */
38 /* Do asynchronous DNS lookup via dns-client UNIX socket. Returns 0 if lookup
59 /* Abort the DNS lookup without calling the callback. */
60 void dns_lookup_abort(struct dns_lookup **lookup);
62 void dns_lookup_switch_ioloop(struct dns_lookup *lookup);
68 /* Connect immediately to the dns-lookup socket. */