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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devdns.c156 #define TYPE_PTR EVDNS_TYPE_PTR macro
166 unsigned int request_type; /* TYPE_PTR or TYPE_A */
657 case TYPE_PTR:
730 if (req->search_state && req->request_type != TYPE_PTR) {
910 } else if (type == TYPE_PTR && class == CLASS_INET) {
911 if (req->request_type != TYPE_PTR) {
1613 req, EVDNS_ANSWER_SECTION, inaddr_name, TYPE_PTR, CLASS_INET,
2334 req = request_new(TYPE_PTR, buf, flags, callback, ptr);
2358 req = request_new(TYPE_PTR, buf, flags, callback, ptr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devdns.c149 #define TYPE_PTR EVDNS_TYPE_PTR macro
175 u8 request_type; /* TYPE_PTR or TYPE_A or TYPE_AAAA */
781 case TYPE_PTR:
909 req->request_type != TYPE_PTR) {
1105 } else if (type == TYPE_PTR && class == CLASS_INET) {
1106 if (req->request_type != TYPE_PTR) {
1846 req, EVDNS_ANSWER_SECTION, inaddr_name, TYPE_PTR, CLASS_INET,
2899 req = request_new(base, handle, TYPE_PTR, buf, flags, callback, ptr);
2939 req = request_new(base, handle, TYPE_PTR, buf, flags, callback, ptr);

Completed in 581 milliseconds