Home
last modified time | relevance | path

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

/external/c-ares/
Dares_parse_srv_reply.c55 struct ares_srv_reply **srv_out) in ares_parse_srv_reply()
62 struct ares_srv_reply *srv_head = NULL; in ares_parse_srv_reply()
63 struct ares_srv_reply *srv_last = NULL; in ares_parse_srv_reply()
64 struct ares_srv_reply *srv_curr; in ares_parse_srv_reply()
Dares.h449 struct ares_srv_reply { struct
450 struct ares_srv_reply *next; argument
502 struct ares_srv_reply** srv_out);
Dares_data.h57 struct ares_srv_reply srv_reply;