Data Fields | |
dns_name_t * | origin |
Current origin, or NULL. | |
unsigned int | flags |
DNS_STYLEFLAG_*. | |
unsigned int | width |
Width of rdata column. | |
const char * | linebreak |
Line break string. |
Definition at line 112 of file rdata.c.
Current origin, or NULL.
Definition at line 113 of file rdata.c.
Referenced by dns_rdata_tofmttext(), dns_rdata_totext(), and rdata_totext().
unsigned int dns_rdata_textctx::flags |
DNS_STYLEFLAG_*.
Definition at line 114 of file rdata.c.
Referenced by dns_rdata_tofmttext(), dns_rdata_totext(), and unknown_totext().
unsigned int dns_rdata_textctx::width |
Width of rdata column.
Definition at line 115 of file rdata.c.
Referenced by dns_rdata_tofmttext(), dns_rdata_totext(), and unknown_totext().
const char* dns_rdata_textctx::linebreak |
Line break string.
Definition at line 116 of file rdata.c.
Referenced by dns_rdata_tofmttext(), dns_rdata_totext(), and unknown_totext().