#include <mdns.h>
Data Fields | |
nip_mdns_type_t | type |
DNS type of record. | |
struct nip_mdns_name | name |
DNS name of record, depending on type. | |
uint16_t | ttl |
time to live | |
nip_mdns_rdata_t | data |
record body, depending on type |
Definition at line 433 of file mdns.h.
DNS type of record.
Definition at line 435 of file mdns.h.
Referenced by nip_mdns_cache_task(), nip_mdns_disp_check_cache(), nip_mdns_disp_check_queries(), nip_mdns_record_size(), and nip_mdns_register_hostname().
struct nip_mdns_name nip_mdns_record::name [read] |
DNS name of record, depending on type.
Definition at line 436 of file mdns.h.
Referenced by nip_mdns_cache_task(), nip_mdns_disp_check_cache(), nip_mdns_disp_check_queries(), and nip_mdns_register_hostname().
uint16_t nip_mdns_record::ttl |
time to live
Definition at line 437 of file mdns.h.
Referenced by nip_mdns_cache_task(), nip_mdns_disp_check_queries(), and nip_mdns_register_hostname().
record body, depending on type
Definition at line 440 of file mdns.h.
Referenced by nip_mdns_cache_task(), nip_mdns_disp_check_queries(), and nip_mdns_register_hostname().