Home
last modified time | relevance | path

Searched refs:DNS_T_A6 (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/standard/
H A Ddns.c108 #ifndef DNS_T_A6
109 #define DNS_T_A6 38 macro
408 else if (zend_string_equals_literal_ci(rectype, "A6")) type = DNS_T_A6; in PHP_FUNCTION()
667 case DNS_T_A6: in php_parserr()
930 type_to_fetch = type_param&PHP_DNS_A6 ? DNS_T_A6 : 0; in PHP_FUNCTION()

Completed in 11 milliseconds