DNS_T_MX 99 standard/dns.c #ifndef DNS_T_MX DNS_T_MX 372 standard/dns.c else if (!strcasecmp("MX", rectype)) type = DNS_T_MX; DNS_T_MX 469 standard/dns.c case DNS_T_MX: DNS_T_MX 813 standard/dns.c type_to_fetch = type_param&PHP_DNS_MX ? DNS_T_MX : 0; DNS_T_MX 973 standard/dns.c i = php_dns_search(handle, hostname, C_IN, DNS_T_MX, (u_char *)&ans, sizeof(ans)); DNS_T_MX 999 standard/dns.c if (type != DNS_T_MX) {