|
unbound
0.1
|
struct to keep a linked list of reply packets for a query More...
#include <testpkts.h>
Data Fields | |
| struct reply_packet * | next |
| next in list of reply packets, for TCP multiple pkts on wire | |
| uint8_t * | reply_pkt |
| the reply pkt | |
| size_t | reply_len |
| length of reply pkt | |
| struct sldns_buffer * | raw_ednsdata |
| Additional EDNS data for matching queries. More... | |
| struct sldns_buffer * | reply_from_hex |
| or reply pkt in hex if not parsable | |
| unsigned int | packet_sleep |
| seconds to sleep before giving packet | |
struct to keep a linked list of reply packets for a query
| struct sldns_buffer* reply_packet::raw_ednsdata |
Additional EDNS data for matching queries.
Referenced by delete_replylist(), and entry_add_reply().
1.8.14