Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Ddns.c114 #ifndef DNS_T_A6
115 #define DNS_T_A6 38 macro
392 else if (!strcasecmp("A6", rectype)) type = DNS_T_A6; in PHP_FUNCTION()
623 case DNS_T_A6: in php_parserr()
879 type_to_fetch = type_param&PHP_DNS_A6 ? DNS_T_A6 : 0; in PHP_FUNCTION()

Completed in 9 milliseconds