Home
last modified time | relevance | path

Searched defs:authority_count (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/contrib/impcap/
H A Ddns_parser.c279 unsigned short int authority_count = ntohs(*(union_short_int.two_bytes)); in dns_parse() local
/dports/dns/dog/dog-0.1.0/dns/src/
H A Dwire.rs71 let authority_count = c.read_u16::<BigEndian>()?; in from_bytes() localVariable
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/dns/
H A Ddns_response.cc451 unsigned DnsResponse::authority_count() const { in authority_count() function in net::DnsResponse