Searched defs:AuthRecord (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h431 typedef struct AuthRecord_struct AuthRecord; typedef in typeref:struct:AuthRecord_struct
485 AuthRecord *rr; // For record updates
883 typedef void mDNSRecordCallback(mDNS *const m, AuthRecord *const rr, mStatus result);
889 typedef void mDNSRecordUpdateCallback(mDNS *const m, AuthRecord *const rr, RData *OldRData, mDNSu16 OldRDLen);
1140 AuthRecord *members; // List of CacheRecords with this same name
1141 AuthRecord **rrauth_tail; // Tail end of that list
1143 AuthRecord *NewLocalOnlyRecords;
1182 AuthRecord *next; // Next in list; first element of structure for efficiency reasons
1187 AuthRecord *Additional1; // Recommended additional record to include in response (e.g. SRV for PTR record)
1188 AuthRecord *Additional
[all...]

Completed in 94 milliseconds