Searched refs:rdata (Results 1 – 2 of 2) sorted by relevance
69 const uint8_t* rdata = ns_rr_rdata(rr); in extractIpAddressAnswers() local71 if (inet_ntop(ipType, (const char*) rdata, buffer, sizeof(buffer))) { in extractIpAddressAnswers()
113 const uint8_t* rdata = ns_rr_rdata(rr); in extractIpAddressAnswers() local115 if (inet_ntop(family, (const char*) rdata, buffer, sizeof(buffer)) == NULL) { in extractIpAddressAnswers()