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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1822 typedef struct DomainAuthInfo struct
1824 struct DomainAuthInfo *next;
1825 mDNSs32 deltime; // If we're planning to delete this DomainAuthInfo, the time we want it deleted
1841 } DomainAuthInfo; typedef in typeref:struct:DomainAuthInfo
1923 DomainAuthInfo *AuthInfo; // Non-NULL if query is currently being done using Private DNS
2404 DomainAuthInfo *AuthInfoList; // list of domains requiring authentication for updates
2411 NATTraversalInfo AutoTunnelNAT; // Shared between all AutoTunnel DomainAuthInfo structs
2702 extern DomainAuthInfo *GetAuthInfoForName(mDNS *m, const domainname *const name);
3002 extern mStatus mDNS_SetSecretForDomain(mDNS *m, DomainAuthInfo *info,
3042 extern mDNSs32 DNSDigest_ConstructHMACKeyfromBase64(DomainAuthInfo *inf
[all...]

Completed in 112 milliseconds