OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:authorities
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h
830
kDNSRecordTypePacketAuth = 0xA0, // Received in the
Authorities
Section of a DNS Response
831
kDNSRecordTypePacketAuthUnique = 0xB0, // Received in the
Authorities
Section of a DNS Response with kDNSClass_UniqueRRSet set
3188
const mDNSu8 *const
authorities
= ((const mDNSu8 *)&hdr->numAuthorities);
local
3193
hdr->numAuthorities = (mDNSu16) ((mDNSu16)
authorities
[0] << 8 |
authorities
[1]);
Completed in 30 milliseconds
Indexes created Thu Apr 23 00:23:13 UTC 2026