Searched refs:DNS_T_MX (Results 1 – 1 of 1) sorted by relevance
99 #ifndef DNS_T_MX100 #define DNS_T_MX 15 macro383 else if (!strcasecmp("MX", rectype)) type = DNS_T_MX; in PHP_FUNCTION()489 case DNS_T_MX: in php_parserr()864 type_to_fetch = type_param&PHP_DNS_MX ? DNS_T_MX : 0; in PHP_FUNCTION()1041 i = php_dns_search(handle, hostname, C_IN, DNS_T_MX, (u_char *)&ans, sizeof(ans)); in PHP_FUNCTION()1067 if (type != DNS_T_MX) { in PHP_FUNCTION()
Completed in 7 milliseconds