DNS_T_NS 81 standard/dns.c #ifndef DNS_T_NS DNS_T_NS 371 standard/dns.c else if (!strcasecmp("NS", rectype)) type = DNS_T_NS; DNS_T_NS 479 standard/dns.c case DNS_T_NS: DNS_T_NS 480 standard/dns.c if (type == DNS_T_NS) { DNS_T_NS 798 standard/dns.c type_to_fetch = type_param&PHP_DNS_NS ? DNS_T_NS : 0;