Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Ddns.c105 #ifndef DNS_T_A6
106 #define DNS_T_A6 38 macro
394 else if (!strcasecmp("A6", rectype)) type = DNS_T_A6; in PHP_FUNCTION()
653 case DNS_T_A6: in php_parserr()
916 type_to_fetch = type_param&PHP_DNS_A6 ? DNS_T_A6 : 0; in PHP_FUNCTION()

Completed in 6 milliseconds