Searched refs:mx_reply (Results 1 – 2 of 2) sorted by relevance
67 if (ptr->data.mx_reply.next) in ares_free_data()68 ares_free_data(ptr->data.mx_reply.next); in ares_free_data()69 if (ptr->data.mx_reply.host) in ares_free_data()70 free(ptr->data.mx_reply.host); in ares_free_data()125 ptr->data.mx_reply.next = NULL; in ares_malloc_data()126 ptr->data.mx_reply.host = NULL; in ares_malloc_data()127 ptr->data.mx_reply.priority = 0; in ares_malloc_data()
59 struct ares_mx_reply mx_reply; member