Home
last modified time | relevance | path

Searched refs:DNS_TYPE_SRV (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/dports/net/iodine/iodine-0.7.0/src/
H A Dwindows.h30 #ifndef DNS_TYPE_SRV
31 # define DNS_TYPE_SRV 33 macro
43 #define T_SRV DNS_TYPE_SRV
/dports/net-im/pidgin-sipe/pidgin-sipe-1.24.0/src/miranda/
H A Dmiranda-dnsquery.c72 status = pDnsQuery(temp, DNS_TYPE_SRV, DNS_QUERY_STANDARD, NULL, &results, NULL); in srv_lookup()
73 …ILED(status)||!results || results[0].Data.Srv.pNameTarget == 0||results[0].wType != DNS_TYPE_SRV) { in srv_lookup()
116 srv_reply* sr = srv_lookup( DNS_TYPE_SRV, protocol, transport, domain ); in sipe_backend_dns_query_srv()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSMacOSX/BonjourTop/source/
H A DDNSFrame.h21 #define DNS_TYPE_SRV 33 macro
45 if (m_RecType == DNS_TYPE_SRV) in GetRdata()
/dports/audio/re/re-0.5.8/src/dns/
H A Drr.c46 case DNS_TYPE_SRV:
146 case DNS_TYPE_SRV:
284 case DNS_TYPE_SRV:
438 case DNS_TYPE_SRV:
508 case DNS_TYPE_SRV: return "SRV";
606 case DNS_TYPE_SRV:
H A Drrlist.c40 case DNS_TYPE_SRV: in sidx()
67 case DNS_TYPE_SRV: in std_sort_handler()
/dports/audio/re/re-0.5.8/src/stun/
H A Ddnsdisc.c141 dns_rrlist_sort(ansl, DNS_TYPE_SRV, (size_t)dns->arg); in srv_handler()
144 rr = dns_rrlist_find(ansl, NULL, DNS_TYPE_SRV, DNS_CLASS_IN, false); in srv_handler()
278 err = dnsc_query(&dns->dq, dnsc, q, DNS_TYPE_SRV, DNS_CLASS_IN, in stun_server_discover()
/dports/audio/re/re-0.5.8/src/sip/
H A Drequest.c316 case DNS_TYPE_SRV:
415 dns_rrlist_apply(addl, rr->rdata.naptr.replace, DNS_TYPE_SRV,
420 rr->rdata.naptr.replace, DNS_TYPE_SRV,
428 dns_rrlist_sort(&req->srvl, DNS_TYPE_SRV, req->sortkey);
452 dns_rrlist_apply(ansl, NULL, DNS_TYPE_SRV, DNS_CLASS_IN, false,
482 dns_rrlist_sort(&req->srvl, DNS_TYPE_SRV, req->sortkey);
541 return dnsc_query(&req->dnsq, req->sip->dnsc, name, DNS_TYPE_SRV,
/dports/dns/gdnsd2/gdnsd-2.4.3/src/
H A Ddnswire.h119 #define DNS_TYPE_SRV 33 macro
154 static const uint32_t DNS_RRFIXED_SRV = _mkrrf(DNS_TYPE_SRV, DNS_CLASS_IN);
/dports/net/binkd/binkd-1.0.4/
H A Dsrv_gai.c129 rc = DnsQuery(srv_name, DNS_TYPE_SRV, DNS_QUERY_STANDARD, NULL, &resp, NULL);
153 case DNS_TYPE_SRV:
/dports/net-im/gloox/gloox-1.0.24/src/
H A Ddns.cpp61 #ifndef DNS_TYPE_SRV
62 # define DNS_TYPE_SRV 33 macro
170 …DNS_STATUS status = DnsQuery_UTF8( dname.c_str(), DNS_TYPE_SRV, DNS_QUERY_STANDARD, NULL, &pRecord…
179 if( pRec->wType == DNS_TYPE_SRV )
/dports/dns/dnsforwarder/dnsforwarder-6.1.15/
H A Ddnsrelated.h35 DNS_TYPE_SRV = 33, enumerator
/dports/devel/ptlib/ptlib-2.10.11/include/ptclib/
H A Dpdns.h96 #define DNS_TYPE_SRV T_SRV macro
284 { return Lookup<DNS_TYPE_SRV, SRVRecordList, SRVRecord>(service, serviceList); } in GetRecords()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/util/
H A Ddns_query_windows-impl.h65 enum class DNSQueryType { kSRV = DNS_TYPE_SRV, kTXT = DNS_TYPE_TEXT, kAddress = DNS_TYPE_A };
127 if (this->_record->wType != DNS_TYPE_SRV) { in srvHostEntry()
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/
H A Ddnssrv.c38 #ifndef DNS_TYPE_SRV
39 # define DNS_TYPE_SRV PurpleDnsTypeSrv macro
616 if (query_data->type == DNS_TYPE_SRV) { in res_main_thread_cb()
624 if (query_data->type == DNS_TYPE_SRV) { in res_main_thread_cb()
678 if (type == DNS_TYPE_SRV) { in res_thread()
685 if (type == DNS_TYPE_SRV) { in res_thread()
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/
H A Ddnssrv.c38 #ifndef DNS_TYPE_SRV
39 # define DNS_TYPE_SRV PurpleDnsTypeSrv macro
616 if (query_data->type == DNS_TYPE_SRV) { in res_main_thread_cb()
624 if (query_data->type == DNS_TYPE_SRV) { in res_main_thread_cb()
678 if (type == DNS_TYPE_SRV) { in res_thread()
685 if (type == DNS_TYPE_SRV) { in res_thread()
/dports/net-im/finch/pidgin-2.14.8/libpurple/
H A Ddnssrv.c38 #ifndef DNS_TYPE_SRV
39 # define DNS_TYPE_SRV PurpleDnsTypeSrv macro
616 if (query_data->type == DNS_TYPE_SRV) { in res_main_thread_cb()
624 if (query_data->type == DNS_TYPE_SRV) { in res_main_thread_cb()
678 if (type == DNS_TYPE_SRV) { in res_thread()
685 if (type == DNS_TYPE_SRV) { in res_thread()
/dports/lang/php81/php-8.1.1/ext/standard/
H A Ddns_win32.c124 else if (zend_string_equals_literal_ci(rectype, "SRV")) type = DNS_TYPE_SRV; in PHP_FUNCTION()
312 case DNS_TYPE_SRV: in php_parserr()
440 type_to_fetch = type_param&PHP_DNS_SRV ? DNS_TYPE_SRV : 0; in PHP_FUNCTION()
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Ddns_win32.c124 else if (zend_string_equals_literal_ci(rectype, "SRV")) type = DNS_TYPE_SRV; in PHP_FUNCTION()
312 case DNS_TYPE_SRV: in php_parserr()
440 type_to_fetch = type_param&PHP_DNS_SRV ? DNS_TYPE_SRV : 0; in PHP_FUNCTION()
/dports/lang/php80/php-8.0.15/ext/standard/
H A Ddns_win32.c123 else if (!strcasecmp("SRV", rectype)) type = DNS_TYPE_SRV; in PHP_FUNCTION()
311 case DNS_TYPE_SRV: in php_parserr()
439 type_to_fetch = type_param&PHP_DNS_SRV ? DNS_TYPE_SRV : 0; in PHP_FUNCTION()
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Ddns_win32.c123 else if (!strcasecmp("SRV", rectype)) type = DNS_TYPE_SRV; in PHP_FUNCTION()
311 case DNS_TYPE_SRV: in php_parserr()
439 type_to_fetch = type_param&PHP_DNS_SRV ? DNS_TYPE_SRV : 0; in PHP_FUNCTION()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/krb5/os/
H A Ddnssrv.c137 st = DnsQuery_UTF8(name, DNS_TYPE_SRV, DNS_QUERY_STANDARD, NULL, &records, in krb5int_make_srv_query_realm()
143 if (rr->wType != DNS_TYPE_SRV) in krb5int_make_srv_query_realm()
/dports/security/krb5/krb5-1.19.2/src/lib/krb5/os/
H A Ddnssrv.c137 st = DnsQuery_UTF8(name, DNS_TYPE_SRV, DNS_QUERY_STANDARD, NULL, &records, in krb5int_make_srv_query_realm()
143 if (rr->wType != DNS_TYPE_SRV) in krb5int_make_srv_query_realm()
/dports/lang/php73/php-7.3.33/ext/standard/
H A Ddns_win32.c121 else if (!strcasecmp("SRV", rectype)) type = DNS_TYPE_SRV; in PHP_FUNCTION()
309 case DNS_TYPE_SRV: in php_parserr()
435 type_to_fetch = type_param&PHP_DNS_SRV ? DNS_TYPE_SRV : 0; in PHP_FUNCTION()
/dports/lang/php74/php-7.4.27/ext/standard/
H A Ddns_win32.c126 else if (!strcasecmp("SRV", rectype)) type = DNS_TYPE_SRV; in PHP_FUNCTION()
314 case DNS_TYPE_SRV: in php_parserr()
444 type_to_fetch = type_param&PHP_DNS_SRV ? DNS_TYPE_SRV : 0; in PHP_FUNCTION()
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Ddns_win32.c121 else if (!strcasecmp("SRV", rectype)) type = DNS_TYPE_SRV; in PHP_FUNCTION()
309 case DNS_TYPE_SRV: in php_parserr()
435 type_to_fetch = type_param&PHP_DNS_SRV ? DNS_TYPE_SRV : 0; in PHP_FUNCTION()

12345678910>>...19