Searched refs:CLASS_INET (Results 1 – 1 of 1) sorted by relevance
/external/chromium/third_party/libevent/ |
D | evdns.c | 159 #define CLASS_INET EVDNS_CLASS_INET macro 891 if (type == TYPE_A && class == CLASS_INET) { in reply_parse() 910 } else if (type == TYPE_PTR && class == CLASS_INET) { in reply_parse() 920 } else if (type == TYPE_AAAA && class == CLASS_INET) { in reply_parse() 1582 req, EVDNS_ANSWER_SECTION, name, TYPE_A, CLASS_INET, in evdns_server_request_add_a_reply() 1591 req, EVDNS_ANSWER_SECTION, name, TYPE_AAAA, CLASS_INET, in evdns_server_request_add_aaaa_reply() 1613 req, EVDNS_ANSWER_SECTION, inaddr_name, TYPE_PTR, CLASS_INET, in evdns_server_request_add_ptr_reply() 1622 req, EVDNS_ANSWER_SECTION, name, TYPE_CNAME, CLASS_INET, in evdns_server_request_add_cname_reply() 2258 type, CLASS_INET, req->request, request_max_len); in request_new()
|