OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_AAAA
(Results
1 - 9
of
9
) sorted by null
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
ServiceInfoResolver.java
69
newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getServer(), DNSRecordType.
TYPE_AAAA
, DNSRecordClass.CLASS_IN), now);
87
newOut = this.addQuestion(newOut, DNSQuestion.newQuestion(_info.getServer(), DNSRecordType.
TYPE_AAAA
, DNSRecordClass.CLASS_IN, DNSRecordClass.NOT_UNIQUE));
/external/jmdns/src/javax/jmdns/impl/constants/
DNSRecordType.java
129
TYPE_AAAA
("aaaa", 28),
/external/jmdns/src/javax/jmdns/impl/
DNSQuestion.java
113
answers.add(jmDNSImpl.getLocalHost().getDNSReverseAddressRecord(DNSRecordType.
TYPE_AAAA
, DNSRecordClass.NOT_UNIQUE, DNSConstants.DNS_TTL));
242
case
TYPE_AAAA
:
HostInfo.java
203
case
TYPE_AAAA
:
229
case
TYPE_AAAA
:
DNSRecord.java
218
super(name, DNSRecordType.
TYPE_AAAA
, recordClass, unique, ttl, addr);
222
super(name, DNSRecordType.
TYPE_AAAA
, recordClass, unique, ttl, rawAddress);
[
all
...]
DNSIncoming.java
302
case
TYPE_AAAA
: // IPv6
ServiceInfoImpl.java
875
case
TYPE_AAAA
: // IPv6
895
for (DNSEntry entry : dnsCache.getDNSEntryList(_server, DNSRecordType.
TYPE_AAAA
, DNSRecordClass.CLASS_IN)) {
[
all
...]
JmDNSImpl.java
787
addressEntry = this.getCache().getDNSEntry(server, DNSRecordType.
TYPE_AAAA
, DNSRecordClass.CLASS_ANY);
[
all
...]
/external/libevent/
evdns.c
151
#define
TYPE_AAAA
EVDNS_TYPE_AAAA
175
u8 request_type; /* TYPE_PTR or TYPE_A or
TYPE_AAAA
*/
798
case
TYPE_AAAA
:
[
all
...]
Completed in 568 milliseconds