OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_A
(Results
1 - 11
of
11
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
ftp.h
49
#define
TYPE_A
1 /* ASCII */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
ftp.h
49
#define
TYPE_A
1 /* ASCII */
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
ServiceInfoResolver.java
68
newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getServer(), DNSRecordType.
TYPE_A
, DNSRecordClass.CLASS_IN), now);
86
newOut = this.addQuestion(newOut, DNSQuestion.newQuestion(_info.getServer(), DNSRecordType.
TYPE_A
, DNSRecordClass.CLASS_IN, DNSRecordClass.NOT_UNIQUE));
/external/jmdns/src/javax/jmdns/impl/constants/
DNSRecordType.java
21
TYPE_A
("a", 1),
/external/jmdns/src/javax/jmdns/impl/
DNSQuestion.java
110
answers.add(jmDNSImpl.getLocalHost().getDNSReverseAddressRecord(DNSRecordType.
TYPE_A
, DNSRecordClass.NOT_UNIQUE, DNSConstants.DNS_TTL));
136
// type = DNSConstants.
TYPE_A
;
197
// type = DNSConstants.
TYPE_A
;
238
case
TYPE_A
:
HostInfo.java
200
case
TYPE_A
:
226
case
TYPE_A
:
DNSRecord.java
176
super(name, DNSRecordType.
TYPE_A
, recordClass, unique, ttl, addr);
180
super(name, DNSRecordType.
TYPE_A
, recordClass, unique, ttl, rawAddress);
[
all
...]
DNSIncoming.java
299
case
TYPE_A
: // IPv4
ServiceInfoImpl.java
869
case
TYPE_A
: // IPv4
892
for (DNSEntry entry : dnsCache.getDNSEntryList(_server, DNSRecordType.
TYPE_A
, DNSRecordClass.CLASS_IN)) {
[
all
...]
JmDNSImpl.java
777
DNSEntry addressEntry = this.getCache().getDNSEntry(server, DNSRecordType.
TYPE_A
, DNSRecordClass.CLASS_ANY);
[
all
...]
/external/libevent/
evdns.c
147
#define
TYPE_A
EVDNS_TYPE_A
175
u8 request_type; /* TYPE_PTR or
TYPE_A
or TYPE_AAAA */
780
case
TYPE_A
:
1094
if (type ==
TYPE_A
&& class == CLASS_INET) {
1096
if (req->request_type !=
TYPE_A
)
[
all
...]
Completed in 91 milliseconds