|
Electroneum
|
#include <msgparse.h>

Public Attributes | |
| uint8_t * | ttl_data |
| int | outside_packet |
| size_t | size |
| struct rr_parse * | next |
Data stored for an RR during parsing.
Definition at line 175 of file msgparse.h.
| struct rr_parse* rr_parse::next |
next in list of RRs.
Definition at line 188 of file msgparse.h.
| int rr_parse::outside_packet |
true if ttl_data is not part of the packet, but elsewhere in mem. Set for generated CNAMEs for DNAMEs.
Definition at line 184 of file msgparse.h.
| size_t rr_parse::size |
the length of the rdata if allocated (with no dname compression)
Definition at line 186 of file msgparse.h.
| uint8_t* rr_parse::ttl_data |
Pointer to the RR. Points to start of TTL value in the packet. Rdata length and rdata follow it. its dname, type and class are the same and stored for the rrset.
Definition at line 181 of file msgparse.h.