Home
last modified time | relevance | path

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

/dports/devel/simgear/simgear-2020.3.11/3rdparty/udns/
H A Dudns_codes.c43 {DNS_T_A6,"A6"},
113 case DNS_T_A6: return dns_typetab[38].name; in dns_typename()
H A Dudns.h129 DNS_T_A6 = 38, /* IPv6 address (deprecates AAAA) */ enumerator
/dports/dns/udns/udns-0.4/
H A Dudns_codes.c43 {DNS_T_A6,"A6"},
113 case DNS_T_A6: return dns_typetab[38].name; in dns_typename()
H A Dudns.h128 DNS_T_A6 = 38, /* IPv6 address (deprecates AAAA) */ enumerator
/dports/lang/php74/php-7.4.27/ext/standard/
H A Ddns.c107 #ifndef DNS_T_A6
108 #define DNS_T_A6 38 macro
403 else if (!strcasecmp("A6", rectype)) type = DNS_T_A6; in PHP_FUNCTION()
662 case DNS_T_A6: in php_parserr()
927 type_to_fetch = type_param&PHP_DNS_A6 ? DNS_T_A6 : 0; in PHP_FUNCTION()
/dports/lang/php80/php-8.0.15/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()
/dports/lang/php73/php-7.3.33/ext/standard/
H A Ddns.c107 #ifndef DNS_T_A6
108 #define DNS_T_A6 38 macro
390 else if (!strcasecmp("A6", rectype)) type = DNS_T_A6; in PHP_FUNCTION()
649 case DNS_T_A6: in php_parserr()
909 type_to_fetch = type_param&PHP_DNS_A6 ? DNS_T_A6 : 0; in PHP_FUNCTION()
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Ddns.c107 #ifndef DNS_T_A6
108 #define DNS_T_A6 38 macro
403 else if (!strcasecmp("A6", rectype)) type = DNS_T_A6; in PHP_FUNCTION()
662 case DNS_T_A6: in php_parserr()
927 type_to_fetch = type_param&PHP_DNS_A6 ? DNS_T_A6 : 0; in PHP_FUNCTION()
/dports/www/mod_php80/php-8.0.15/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()
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Ddns.c107 #ifndef DNS_T_A6
108 #define DNS_T_A6 38 macro
390 else if (!strcasecmp("A6", rectype)) type = DNS_T_A6; in PHP_FUNCTION()
649 case DNS_T_A6: in php_parserr()
909 type_to_fetch = type_param&PHP_DNS_A6 ? DNS_T_A6 : 0; in PHP_FUNCTION()
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Ddns.c109 #ifndef DNS_T_A6
110 #define DNS_T_A6 38 macro
425 else if (zend_string_equals_literal_ci(rectype, "A6")) type = DNS_T_A6; in PHP_FUNCTION()
684 case DNS_T_A6: in php_parserr()
947 type_to_fetch = type_param&PHP_DNS_A6 ? DNS_T_A6 : 0; in PHP_FUNCTION()
/dports/lang/php81/php-8.1.1/ext/standard/
H A Ddns.c109 #ifndef DNS_T_A6
110 #define DNS_T_A6 38 macro
425 else if (zend_string_equals_literal_ci(rectype, "A6")) type = DNS_T_A6; in PHP_FUNCTION()
684 case DNS_T_A6: in php_parserr()
947 type_to_fetch = type_param&PHP_DNS_A6 ? DNS_T_A6 : 0; in PHP_FUNCTION()
/dports/dns/rbldnsd/rbldnsd-0.998/
H A Ddns.h61 DNS_T_A6 = 38, /* IPv6 address (deprecates AAAA) */ enumerator