unbound
0.1
|
Pending queries to network, fake replay version. More...
#include <replay.h>
Data Fields | |
struct sldns_buffer * | buffer |
what is important only that we remember the query, copied here. More... | |
struct sockaddr_storage | addr |
and to what address this is sent to. More... | |
socklen_t | addrlen |
len of addr | |
uint8_t * | zone |
zone name, uncompressed wire format (as used when sent) | |
size_t | zonelen |
length of zone name | |
int | qtype |
qtype | |
comm_point_callback_type * | 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 | |
uint8_t * | pkt |
the buffer parsed into a sldns_pkt | |
size_t | pkt_len |
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.
struct sldns_buffer* fake_pending::buffer |
what is important only that we remember the query, copied here.
Referenced by delete_fake_pending(), fill_buffer_with_reply(), and outnet_serviced_query_stop().
struct sockaddr_storage fake_pending::addr |
and to what address this is sent to.
Referenced by expon_timeout_backoff(), pending_find_match(), and pending_matches_current().