Home
last modified time | relevance | path

Searched refs:DNS_T_SRV (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/simgear/simgear-2020.3.11/3rdparty/udns/
H A Dudns_rr_srv.c44 assert(dns_get16(cur+2) == DNS_C_IN && dns_get16(cur+0) == DNS_T_SRV); in dns_parse_srv()
139 dns_submit_dn(ctx, dn, DNS_C_IN, DNS_T_SRV, flags | r, in dns_submit_srv()
154 dns_resolve_dn(ctx, dn, DNS_C_IN, DNS_T_SRV, flags | r, dns_parse_srv); in dns_resolve_srv()
H A Dudns_codes.c38 {DNS_T_SRV,"SRV"},
108 case DNS_T_SRV: return dns_typetab[33].name; in dns_typename()
H A Dudns.h124 DNS_T_SRV = 33, /* Server Selection. */ enumerator
/dports/dns/udns/udns-0.4/
H A Dudns_rr_srv.c44 assert(dns_get16(cur+2) == DNS_C_IN && dns_get16(cur+0) == DNS_T_SRV); in dns_parse_srv()
139 dns_submit_dn(ctx, dn, DNS_C_IN, DNS_T_SRV, flags | r, in dns_submit_srv()
154 dns_resolve_dn(ctx, dn, DNS_C_IN, DNS_T_SRV, flags | r, dns_parse_srv); in dns_resolve_srv()
H A Dudns_codes.c38 {DNS_T_SRV,"SRV"},
108 case DNS_T_SRV: return dns_typetab[33].name; in dns_typename()
/dports/dns/ldapdns/ldapdns-2.07/
H A Ddns.h41 #define DNS_T_SRV "\000\041" macro
/dports/dns/dq/dq-20181021/dq/
H A Dtypeparse.c24 else if (case_equals(s, "srv")) byte_copy(type, 2, DNS_T_SRV); in typeparse()
H A Ddns.h18 #define DNS_T_SRV (unsigned char *)"\0\41" macro
H A Dprintrecord.c107 else if (byte_isequal(misc,2,DNS_T_SRV)) { in printrecord_cat()
H A Ddns_verbosity.c59 if (byte_isequal(qtype, 2, DNS_T_SRV)) return (unsigned char *)"SRV"; in qtypetostr()
/dports/lang/php74/php-7.4.27/ext/standard/
H A Ddns.c101 #ifndef DNS_T_SRV
102 #define DNS_T_SRV 33 macro
401 else if (!strcasecmp("SRV", rectype)) type = DNS_T_SRV; in PHP_FUNCTION()
739 case DNS_T_SRV: in php_parserr()
921 type_to_fetch = type_param&PHP_DNS_SRV ? DNS_T_SRV : 0; in PHP_FUNCTION()
/dports/lang/php80/php-8.0.15/ext/standard/
H A Ddns.c99 #ifndef DNS_T_SRV
100 #define DNS_T_SRV 33 macro
392 else if (!strcasecmp("SRV", rectype)) type = DNS_T_SRV; in PHP_FUNCTION()
730 case DNS_T_SRV: in php_parserr()
910 type_to_fetch = type_param&PHP_DNS_SRV ? DNS_T_SRV : 0; in PHP_FUNCTION()
/dports/lang/php73/php-7.3.33/ext/standard/
H A Ddns.c101 #ifndef DNS_T_SRV
102 #define DNS_T_SRV 33 macro
388 else if (!strcasecmp("SRV", rectype)) type = DNS_T_SRV; in PHP_FUNCTION()
726 case DNS_T_SRV: in php_parserr()
903 type_to_fetch = type_param&PHP_DNS_SRV ? DNS_T_SRV : 0; in PHP_FUNCTION()
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Ddns.c101 #ifndef DNS_T_SRV
102 #define DNS_T_SRV 33 macro
401 else if (!strcasecmp("SRV", rectype)) type = DNS_T_SRV; in PHP_FUNCTION()
739 case DNS_T_SRV: in php_parserr()
921 type_to_fetch = type_param&PHP_DNS_SRV ? DNS_T_SRV : 0; in PHP_FUNCTION()
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Ddns.c99 #ifndef DNS_T_SRV
100 #define DNS_T_SRV 33 macro
392 else if (!strcasecmp("SRV", rectype)) type = DNS_T_SRV; in PHP_FUNCTION()
730 case DNS_T_SRV: in php_parserr()
910 type_to_fetch = type_param&PHP_DNS_SRV ? DNS_T_SRV : 0; in PHP_FUNCTION()
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Ddns.c101 #ifndef DNS_T_SRV
102 #define DNS_T_SRV 33 macro
388 else if (!strcasecmp("SRV", rectype)) type = DNS_T_SRV; in PHP_FUNCTION()
726 case DNS_T_SRV: in php_parserr()
903 type_to_fetch = type_param&PHP_DNS_SRV ? DNS_T_SRV : 0; in PHP_FUNCTION()
/dports/devel/simgear/simgear-2020.3.11/simgear/io/
H A DDNSClient.cxx104 _type = DNS_T_SRV; in SRVRequest()
112 _type = DNS_T_SRV; in SRVRequest()
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Ddns.c103 #ifndef DNS_T_SRV
104 #define DNS_T_SRV 33 macro
423 else if (zend_string_equals_literal_ci(rectype, "SRV")) type = DNS_T_SRV; in PHP_FUNCTION()
761 case DNS_T_SRV: in php_parserr()
941 type_to_fetch = type_param&PHP_DNS_SRV ? DNS_T_SRV : 0; in PHP_FUNCTION()
/dports/lang/php81/php-8.1.1/ext/standard/
H A Ddns.c103 #ifndef DNS_T_SRV
104 #define DNS_T_SRV 33 macro
423 else if (zend_string_equals_literal_ci(rectype, "SRV")) type = DNS_T_SRV; in PHP_FUNCTION()
761 case DNS_T_SRV: in php_parserr()
941 type_to_fetch = type_param&PHP_DNS_SRV ? DNS_T_SRV : 0; in PHP_FUNCTION()
/dports/dns/rbldnsd/rbldnsd-0.998/
H A Ddns.h56 DNS_T_SRV = 33, /* Server Selection. */ enumerator
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/librdns/
H A Ddns_private.h246 DNS_T_SRV = RDNS_REQUEST_SRV, enumerator
H A Dparse.c400 case DNS_T_SRV: in rdns_parse_rr()
/dports/mail/rspamd/rspamd-3.1/contrib/librdns/
H A Ddns_private.h246 DNS_T_SRV = RDNS_REQUEST_SRV, enumerator
H A Dparse.c400 case DNS_T_SRV: in rdns_parse_rr()
/dports/net/belle-sip/belle-sip-1.6.3-0/src/
H A Dbelle_sip_resolver.c426 } else if (ctx->type == DNS_T_SRV) { in simple_resolver_context_notify()
531 } else if ((ctx->type == DNS_T_SRV) && (rr.class == DNS_C_IN) && (rr.type == DNS_T_SRV)) { in resolver_process_data()
1140 ctx->type = DNS_T_SRV; in belle_sip_stack_resolve_srv()

12