Searched defs:TYPE_AAAA (Results 1 - 2 of 2) sorted by relevance
/external/jmdns/src/javax/jmdns/impl/constants/ |
H A D | DNSRecordType.java | 129 TYPE_AAAA("aaaa", 28), enum constant in enum:DNSRecordType
|
/external/libevent/ |
H A D | evdns.c | 151 #define TYPE_AAAA EVDNS_TYPE_AAAA macro 175 u8 request_type; /* TYPE_PTR or TYPE_A or TYPE_AAAA */ 798 case TYPE_AAAA: 1132 } else if (type == TYPE_AAAA && class == CLASS_INET) { 1134 if (req->request_type != TYPE_AAAA) { 1830 req, EVDNS_ANSWER_SECTION, name, TYPE_AAAA, CLASS_INET, 2877 req = request_new(base, handle, TYPE_AAAA, name, flags, 2882 search_request_new(base, handle, TYPE_AAAA, name, flags, 3154 EVUTIL_ASSERT(type == TYPE_A || type == TYPE_AAAA);
|
Completed in 367 milliseconds