Searched defs:atype (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/rdata/generic/
H A Dnaptr_35.c523 dns_rdatatype_t atype; local
538 atype = 0;
543 atype = dns_rdatatype_srv;
547 atype = dns_rdatatype_a;
569 if (atype != 0)
570 return ((add)(arg, &name, atype));

Completed in 10 milliseconds