Function c_ares_sys::ares_dns_record_rr_cnt

source ยท
pub unsafe extern "C" fn ares_dns_record_rr_cnt(
    dnsrec: *const ares_dns_record_t,
    sect: ares_dns_section_t,
) -> usize
Expand description

Get the count of Resource Records in the provided section

\param[in] dnsrec Initialized record object \param[in] sect Section. ARES_SECTION_ANSWER is most used. \return count of resource records.