OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TYPE_AAAA
(Results
1 - 3
of
3
) sorted by null
/external/jmdns/src/javax/jmdns/impl/constants/
DNSRecordType.java
129
TYPE_AAAA
("aaaa", 28),
/external/chromium/third_party/libevent/
evdns.c
157
#define
TYPE_AAAA
EVDNS_TYPE_AAAA
667
case
TYPE_AAAA
:
920
} else if (type ==
TYPE_AAAA
&& class == CLASS_INET) {
922
if (req->request_type !=
TYPE_AAAA
) {
[
all
...]
/external/chromium_org/third_party/libevent/
evdns.c
157
#define
TYPE_AAAA
EVDNS_TYPE_AAAA
667
case
TYPE_AAAA
:
920
} else if (type ==
TYPE_AAAA
&& class == CLASS_INET) {
922
if (req->request_type !=
TYPE_AAAA
) {
[
all
...]
Completed in 121 milliseconds