Data Fields | |
| unsigned int | magic |
| dns_dispatch_t * | disp |
| dns_messageid_t | id |
| in_port_t | port |
| unsigned int | bucket |
| isc_sockaddr_t | host |
| isc_task_t * | task |
| isc_taskaction_t | action |
| void * | arg |
| isc_boolean_t | item_out |
| dispsocket_t * | dispsocket |
Definition at line 130 of file dispatch.c.
| unsigned int dns_dispentry::magic |
Definition at line 131 of file dispatch.c.
Referenced by dns_dispatch_addresponse3(), and dns_dispatch_removeresponse().
Definition at line 132 of file dispatch.c.
Referenced by dns_dispatch_addresponse3(), dns_dispatch_removeresponse(), and udp_recv().
Definition at line 133 of file dispatch.c.
Referenced by dns_dispatch_addresponse3(), entry_search(), and udp_recv().
| in_port_t dns_dispentry::port |
Definition at line 134 of file dispatch.c.
Referenced by dns_dispatch_addresponse3(), and entry_search().
| unsigned int dns_dispentry::bucket |
Definition at line 135 of file dispatch.c.
Referenced by dns_dispatch_addresponse3(), dns_dispatch_removeresponse(), and linear_next().
Definition at line 136 of file dispatch.c.
Referenced by dns_dispatch_addresponse3(), entry_search(), and udp_recv().
Definition at line 137 of file dispatch.c.
Referenced by dns_dispatch_addresponse3(), dns_dispatch_removeresponse(), do_cancel(), tcp_recv(), and udp_recv().
Definition at line 138 of file dispatch.c.
Referenced by dns_dispatch_addresponse3(), do_cancel(), tcp_recv(), and udp_recv().
| void* dns_dispentry::arg |
Definition at line 139 of file dispatch.c.
Referenced by dns_dispatch_addresponse3(), do_cancel(), tcp_recv(), and udp_recv().
Definition at line 140 of file dispatch.c.
Referenced by dns_dispatch_addresponse3(), dns_dispatch_removeresponse(), do_cancel(), tcp_recv(), and udp_recv().
| dispsocket_t* dns_dispentry::dispsocket |
Definition at line 141 of file dispatch.c.
Referenced by dns_dispatch_addresponse3(), dns_dispatch_getentrysocket(), and dns_dispatch_removeresponse().