Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1500 struct AuthRecord_struct struct
1507 …hRecord *next; // Next in list; first element of structure for efficiency reasons
1509 …urceRecord resrec; // 36 bytes when compiling for 32-bit; 48 when compiling for 64-bit
1512 …ditional1; // Recommended additional record to include in response (e.g. SRV for PTR record)
1513 AuthRecord *Additional2; // Another additional (e.g. TXT for PTR record)
1514 … AuthRecord *DependentOn; // This record depends on another for its uniqueness checking
1515 AuthRecord *RRSet; // This unique record is part of an RRSet
1516 …// Callback function to call for state changes, and to free memory asynchronously on deregistration
1517 void *RecordContext; // Context parameter for the callback function
1518 …rget; // Set if the target of this record (PTR, CNAME, SRV, etc.) is our host name
[all …]