Searched defs:TYPE_PTR (Results 1 - 2 of 2) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSRecordType.java65 TYPE_PTR("ptr", 12), enum constant in enum:DNSRecordType
/external/libevent/
H A Devdns.c149 #define TYPE_PTR EVDNS_TYPE_PTR macro
175 u8 request_type; /* TYPE_PTR or TYPE_A or TYPE_AAAA */
789 case TYPE_PTR:
917 req->request_type != TYPE_PTR) {
1113 } else if (type == TYPE_PTR && class == CLASS_INET) {
1114 if (req->request_type != TYPE_PTR) {
1854 req, EVDNS_ANSWER_SECTION, inaddr_name, TYPE_PTR, CLASS_INET,
2917 req = request_new(base, handle, TYPE_PTR, buf, flags, callback, ptr);
2957 req = request_new(base, handle, TYPE_PTR, buf, flags, callback, ptr);

Completed in 139 milliseconds