Home
last modified time | relevance | path

Searched refs:CLASS_INET (Results 1 – 1 of 1) sorted by relevance

/external/libevent/
Devdns.c152 #define CLASS_INET EVDNS_CLASS_INET macro
1125 if (type == TYPE_A && class == CLASS_INET) { in reply_parse()
1144 } else if (type == TYPE_PTR && class == CLASS_INET) { in reply_parse()
1163 } else if (type == TYPE_AAAA && class == CLASS_INET) { in reply_parse()
1196 if (type == TYPE_SOA && class == CLASS_INET) { in reply_parse()
1851 req, EVDNS_ANSWER_SECTION, name, TYPE_A, CLASS_INET, in evdns_server_request_add_a_reply()
1860 req, EVDNS_ANSWER_SECTION, name, TYPE_AAAA, CLASS_INET, in evdns_server_request_add_aaaa_reply()
1884 req, EVDNS_ANSWER_SECTION, inaddr_name, TYPE_PTR, CLASS_INET, in evdns_server_request_add_ptr_reply()
1893 req, EVDNS_ANSWER_SECTION, name, TYPE_CNAME, CLASS_INET, in evdns_server_request_add_cname_reply()
2833 type, CLASS_INET, req->request, request_max_len); in request_new()