struct tapi_dns_zone_file_rr_a
Describe RDATA
field of resource record of A
type.
At the moment, only the IN
class is supported.
#include <tapi_dns_zone_file.h> struct tapi_dns_zone_file_rr_a { // fields const struct sockaddr* addr; };
Describe RDATA
field of resource record of A
type.
At the moment, only the IN
class is supported.
#include <tapi_dns_zone_file.h> struct tapi_dns_zone_file_rr_a { // fields const struct sockaddr* addr; };