HomeSort by relevance Sort by last modified time
    Searched refs:ares_srv_reply (Results 1 - 3 of 3) sorted by null

  /external/c-ares/
ares_data.h 19 ARES_DATATYPE_SRV_REPLY, /* struct ares_srv_reply - introduced in 1.7.0 */
57 struct ares_srv_reply srv_reply;
ares_parse_srv_reply.c 55 struct ares_srv_reply **srv_out)
62 struct ares_srv_reply *srv_head = NULL;
63 struct ares_srv_reply *srv_last = NULL;
64 struct ares_srv_reply *srv_curr;
ares.h 449 struct ares_srv_reply { struct
450 struct ares_srv_reply *next;
502 struct ares_srv_reply** srv_out);

Completed in 155 milliseconds