Teonet library
0.4.7
|
#include <mongoose.h>
Data Fields | |
struct mg_str | name |
int | rtype |
int | rclass |
int | ttl |
enum mg_dns_resource_record_kind | kind |
struct mg_str | rdata |
enum mg_dns_resource_record_kind mg_dns_resource_record::kind |
Referenced by mg_dns_encode_record(), and mg_send_dns_query().
struct mg_str mg_dns_resource_record::name |
int mg_dns_resource_record::rclass |
Referenced by mg_dns_encode_record(), and mg_send_dns_query().
struct mg_str mg_dns_resource_record::rdata |
Referenced by mg_dns_parse_record_data().
int mg_dns_resource_record::rtype |
Referenced by mg_dns_encode_record(), mg_dns_next_record(), mg_dns_parse_record_data(), and mg_send_dns_query().
int mg_dns_resource_record::ttl |
Referenced by mg_dns_encode_record().