Searched refs:AutoTunnel (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c416 LogInfo("mDNS_SetSecretForDomain: domain %##s key %##s%s", domain->c, keyname->c, autoTunnel ? " AutoTunnel" : "");
418 info->AutoTunnel = autoTunnel;
444 // being added to the list. Otherwise we risk smashing our AutoTunnel host records that are already active and in use.
1720 if (AuthInfo && AuthInfo->AutoTunnel)
1795 if (AuthInfo && AuthInfo->AutoTunnel)
1822 // If the AuthInfo has the AutoTunnel field set, then we want private or nothing
1927 int initialskip = (AuthInfo && AuthInfo->AutoTunnel) ? DomainNameLength(name) - DomainNameLength(&AuthInfo->domain) : 0;
1939 zd->ZonePrivate = AuthInfo && AuthInfo->AutoTunnel ? mDNStrue : mDNSfalse;
1946 if (AuthInfo && AuthInfo->AutoTunnel && !mDNSIPPortIsZero(AuthInfo->port))
1950 // Today this is only true for AutoTunnel
[all...]
H A DmDNSEmbeddedAPI.h1622 #define PrivateQuery(Q) ((Q)->AuthInfo && (Q)->AuthInfo->AutoTunnel)
1826 mDNSBool AutoTunnel; // Whether this is AutoTunnel member in struct:DomainAuthInfo
1827 AuthRecord AutoTunnelHostRecord; // User-visible hostname; used as SRV target for AutoTunnel services
1831 AuthRecord AutoTunnel6Record; // AutoTunnel AAAA Record obtained from awacsd
2411 NATTraversalInfo AutoTunnelNAT; // Shared between all AutoTunnel DomainAuthInfo structs
2999 // to disable authentication for the zone. A non-NULL autoTunnelPrefix means this is an AutoTunnel domain,
3335 // For now this AutoTunnel stuff is specific to Mac OS X.
H A DDNSCommon.c2656 if (authInfo && authInfo->AutoTunnel)
H A Duds_daemon.c5919 &a->AutoTunnelInnerAddress, a->AutoTunnel ? " AutoTunnel" : "");
H A DmDNS.c913 if (!AuthInfo || !AuthInfo->AutoTunnel) rr->AutoTarget = Target_AutoHostAndNATMAP;
1442 // Note that for AutoTunnel this should never happen, but this check makes the code future-proof.
1710 // state here. Some recors e.g., AutoTunnel gets reused without ever being completely initialized
5388 // For now this AutoTunnel stuff is specific to Mac OS X.
10948 if (AuthInfo && !AuthInfo->deltime && AuthInfo->AutoTunnel)
14786 // special for AutoTunnel questions
15064 // This has particularly important implications for our AutoTunnel records --
15065 // when we deregister our AutoTunnel records below, we don't want their mStatus_MemFree

Completed in 188 milliseconds