Searched refs:CLASS_INET (Results 1 – 1 of 1) sorted by relevance
/external/libevent/ |
D | evdns.c | 153 #define CLASS_INET EVDNS_CLASS_INET macro 1094 if (type == TYPE_A && class == CLASS_INET) { in reply_parse() 1113 } else if (type == TYPE_PTR && class == CLASS_INET) { in reply_parse() 1132 } else if (type == TYPE_AAAA && class == CLASS_INET) { in reply_parse() 1165 if (type == TYPE_SOA && class == CLASS_INET) { in reply_parse() 1821 req, EVDNS_ANSWER_SECTION, name, TYPE_A, CLASS_INET, in evdns_server_request_add_a_reply() 1830 req, EVDNS_ANSWER_SECTION, name, TYPE_AAAA, CLASS_INET, in evdns_server_request_add_aaaa_reply() 1854 req, EVDNS_ANSWER_SECTION, inaddr_name, TYPE_PTR, CLASS_INET, in evdns_server_request_add_ptr_reply() 1863 req, EVDNS_ANSWER_SECTION, name, TYPE_CNAME, CLASS_INET, in evdns_server_request_add_cname_reply() 2749 type, CLASS_INET, req->request, request_max_len); in request_new()
|