Public Member Functions | |
| ISC_LINK (struct query) link | |
Data Fields | |
| unsigned int | magic |
| fetchctx_t * | fctx |
| isc_mem_t * | mctx |
| dns_dispatchmgr_t * | dispatchmgr |
| dns_dispatch_t * | dispatch |
| isc_boolean_t | exclusivesocket |
| dns_adbaddrinfo_t * | addrinfo |
| isc_socket_t * | tcpsocket |
| isc_time_t | start |
| dns_messageid_t | id |
| dns_dispentry_t * | dispentry |
| isc_buffer_t | buffer |
| isc_buffer_t * | tsig |
| dns_tsigkey_t * | tsigkey |
| isc_socketevent_t | sendevent |
| isc_dscp_t | dscp |
| int | ednsversion |
| unsigned int | options |
| unsigned int | attributes |
| unsigned int | sends |
| unsigned int | connects |
| unsigned int | udpsize |
| unsigned char | data [512] |
Definition at line 189 of file resolver.c.
| query::ISC_LINK | ( | struct | query | ) |
| unsigned int query::magic |
Definition at line 192 of file resolver.c.
Referenced by fctx_cancelquery(), fctx_create(), fctx_doshutdown(), fctx_finddone(), fctx_query(), fctx_start(), fctx_timeout(), process_opt(), process_sendevent(), resquery_connected(), resquery_destroy(), resquery_response(), and resquery_send().
Definition at line 195 of file resolver.c.
Referenced by fctx_cancelquery(), fctx_query(), resquery_connected(), and resquery_send().
Definition at line 196 of file resolver.c.
Referenced by fctx_cancelquery(), fctx_query(), resquery_response(), and resquery_send().
Definition at line 197 of file resolver.c.
Referenced by fctx_cancelquery(), fctx_query(), log_nsid(), process_opt(), process_sendevent(), resquery_connected(), resquery_response(), and resquery_send().
Definition at line 198 of file resolver.c.
Referenced by fctx_cancelquery(), fctx_query(), process_sendevent(), resquery_connected(), and resquery_destroy().
Definition at line 199 of file resolver.c.
Referenced by fctx_cancelquery(), fctx_query(), fctx_timeout(), and resquery_send().
Definition at line 201 of file resolver.c.
Referenced by fctx_cancelquery(), fctx_query(), and resquery_send().
Definition at line 204 of file resolver.c.
Referenced by fctx_cancelquery(), fctx_query(), resquery_response(), and resquery_send().
Definition at line 205 of file resolver.c.
Referenced by fctx_cancelquery(), fctx_query(), resquery_response(), and resquery_send().
| unsigned int query::options |
Definition at line 209 of file resolver.c.
Referenced by fctx_cancelquery(), fctx_query(), process_opt(), resquery_response(), and resquery_send().
| unsigned int query::attributes |
Definition at line 210 of file resolver.c.
Referenced by fctx_cancelquery(), fctx_query(), and resquery_send().
| unsigned int query::sends |
Definition at line 211 of file resolver.c.
Referenced by fctx_query(), process_sendevent(), resquery_send(), and resquery_senddone().
| unsigned int query::connects |
Definition at line 212 of file resolver.c.
Referenced by fctx_query(), process_sendevent(), resquery_connected(), resquery_send(), and resquery_udpconnected().
| unsigned int query::udpsize |
| unsigned char query::data[512] |