Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1588 struct AuthRecord_struct struct
1595 AuthRecord *next; // Next in list; first element of structure for efficiency reasons
1597 ResourceRecord resrec;
1598 uDNS_RegInfo uDNS_info;
1601 AuthRecord *Additional1; // Recommended additional record to include in response
1602 AuthRecord *Additional2; // Another additional
1603 AuthRecord *DependentOn; // This record depends on another for its uniqueness checking
1604 AuthRecord *RRSet; // This unique record is part of an RRSet
1605 …// Callback function to call for state changes, and to free memory asynchronously on deregistration
1606 void *RecordContext; // Context parameter for the callback function
[all …]