|
unbound
0.1
|
Pending queries to network, fake replay version. More...
#include <replay.h>
Data Fields | |
| ldns_buffer * | buffer |
| what is important only that we remember the query, copied here. | |
| struct sockaddr_storage | addr |
| and to what address this is sent to. | |
| socklen_t | addrlen |
| len of addr | |
| comm_point_callback_t * | callback |
| The callback function to call when answer arrives (or timeout) | |
| void * | cb_arg |
| callback user argument | |
| int | timeout |
| original timeout in seconds from 'then' | |
| struct fake_pending * | next |
| next in pending list | |
| ldns_pkt * | pkt |
| the buffer parsed into a ldns_pkt | |
| enum transport_type | transport |
| by what transport was the query sent out | |
| int | serviced |
| if this is a serviced query | |
| struct replay_runtime * | runtime |
| the runtime structure this is part of | |
Pending queries to network, fake replay version.
| ldns_buffer* fake_pending::buffer |
what is important only that we remember the query, copied here.
Referenced by delete_fake_pending(), and outnet_serviced_query_stop().
| struct sockaddr_storage fake_pending::addr |
and to what address this is sent to.
Referenced by answer_callback_from_entry(), fake_pending_callback(), pending_find_match(), pending_matches_current(), and run_scenario().
1.7.6.1