Searched defs:AuthRecord_struct (Results 1 – 1 of 1) sorted by relevance
1186 struct AuthRecord_struct struct1193 AuthRecord *next; // Next in list; first element of structure for efficiency reasons1195 ResourceRecord resrec; // 36 bytes when compiling for 32-bit; 48 when compiling for 64-bit1198 … *Additional1; // Recommended additional record to include in response (e.g. SRV for PTR record)1199 AuthRecord *Additional2; // Another additional (e.g. TXT for PTR record)1200 AuthRecord *DependentOn; // This record depends on another for its uniqueness checking1201 AuthRecord *RRSet; // This unique record is part of an RRSet1202 …// Callback function to call for state changes, and to free memory asynchronously on deregistration1203 void *RecordContext; // Context parameter for the callback function1204 … AutoTarget; // Set if the target of this record (PTR, CNAME, SRV, etc.) is our host name[all …]