DNS_T_A6          114 standard/dns.c #ifndef DNS_T_A6
DNS_T_A6          381 standard/dns.c 		else if (!strcasecmp("A6",    rectype)) type = DNS_T_A6;
DNS_T_A6          589 standard/dns.c 		case DNS_T_A6:
DNS_T_A6          828 standard/dns.c 				type_to_fetch = type_param&PHP_DNS_A6	 ? DNS_T_A6 : 0;