Searched defs:authority_count (Results 1 – 3 of 3) sorted by relevance
279 unsigned short int authority_count = ntohs(*(union_short_int.two_bytes)); in dns_parse() local
71 let authority_count = c.read_u16::<BigEndian>()?; in from_bytes() localVariable
451 unsigned DnsResponse::authority_count() const { in authority_count() function in net::DnsResponse