Searched refs:mx_reply (Results 1 – 2 of 2) sorted by relevance
66 if (ptr->data.mx_reply.next) in ares_free_data()67 next_data = ptr->data.mx_reply.next; in ares_free_data()68 if (ptr->data.mx_reply.host) in ares_free_data()69 ares_free(ptr->data.mx_reply.host); in ares_free_data()154 ptr->data.mx_reply.next = NULL; in ares_malloc_data()155 ptr->data.mx_reply.host = NULL; in ares_malloc_data()156 ptr->data.mx_reply.priority = 0; in ares_malloc_data()
65 struct ares_mx_reply mx_reply; member