![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <rcdaq/blob/master/mongoose.h>
Collaboration diagram for mg_dns_resource_record:Public Attributes | |
| struct mg_str | name |
| int | rtype |
| int | rclass |
| int | ttl |
| enum mg_dns_resource_record_kind | kind |
| struct mg_str | rdata |
Definition at line 3196 of file mongoose.h.
View newest version in sPHENIX GitHub at line 3196 of file mongoose.h
| enum mg_dns_resource_record_kind mg_dns_resource_record::kind |
Definition at line 3201 of file mongoose.h.
View newest version in sPHENIX GitHub at line 3201 of file mongoose.h
Referenced by mg_dns_encode_record(), mg_parse_dns_resource_record(), and mg_send_dns_query().
| struct mg_str mg_dns_resource_record::name |
Definition at line 3197 of file mongoose.h.
View newest version in sPHENIX GitHub at line 3197 of file mongoose.h
Referenced by mg_dns_copy_questions(), and mg_parse_dns_resource_record().
| int mg_dns_resource_record::rclass |
Definition at line 3199 of file mongoose.h.
View newest version in sPHENIX GitHub at line 3199 of file mongoose.h
Referenced by mg_dns_encode_record(), mg_parse_dns_resource_record(), and mg_send_dns_query().
| struct mg_str mg_dns_resource_record::rdata |
Definition at line 3202 of file mongoose.h.
View newest version in sPHENIX GitHub at line 3202 of file mongoose.h
Referenced by mg_dns_parse_record_data(), and mg_parse_dns_resource_record().
| int mg_dns_resource_record::rtype |
Definition at line 3198 of file mongoose.h.
View newest version in sPHENIX GitHub at line 3198 of file mongoose.h
Referenced by mg_dns_encode_record(), mg_dns_next_record(), mg_dns_parse_record_data(), mg_parse_dns_resource_record(), mg_send_dns_query(), and resolve_cb().
| int mg_dns_resource_record::ttl |
Definition at line 3200 of file mongoose.h.
View newest version in sPHENIX GitHub at line 3200 of file mongoose.h
Referenced by mg_dns_encode_record(), and mg_parse_dns_resource_record().