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

/external/mdnsresponder/mDNSCore/
H A DuDNS.c360 info->AutoTunnel = autoTunnelPrefix;
386 // being added to the list. Otherwise we risk smashing our AutoTunnel host records and NATOperation that are already active and in use.
1407 if (AuthInfo && AuthInfo->AutoTunnel)
1409 // If this AutoTunnel is not yet active, start it now (which entails activating its NAT Traversal request,
1488 if (AuthInfo && AuthInfo->AutoTunnel)
1515 // If the AuthInfo has the AutoTunnel field set, then we want private or nothing
1607 int initialskip = (AuthInfo && AuthInfo->AutoTunnel) ? DomainNameLength(name) - DomainNameLength(&AuthInfo->domain) : 0;
1619 zd->ZonePrivate = AuthInfo && AuthInfo->AutoTunnel ? mDNStrue : mDNSfalse;
1626 if (AuthInfo && AuthInfo->AutoTunnel && !mDNSIPPortIsZero(AuthInfo->port))
1630 // Today this is only true for AutoTunnel
[all...]
H A DmDNSEmbeddedAPI.h1294 #define PrivateQuery(Q) ((Q)->AuthInfo && (Q)->AuthInfo->AutoTunnel)
1479 const char* AutoTunnel; // If NULL, this is not an AutoTunnel DAI. Otherwise, this is prepended to the IPSec identifier member in struct:DomainAuthInfo
1480 AuthRecord AutoTunnelHostRecord; // User-visible hostname; used as SRV target for AutoTunnel services
1484 AuthRecord AutoTunnel6Record; // AutoTunnel AAAA Record obtained from Connectivityd
1891 mDNSv6Addr AutoTunnelHostAddr; // IPv6 address advertised for AutoTunnel services on this machine
1893 // AutoTunnel Relay address has two distinct uses
2443 // to disable authentication for the zone. A non-NULL autoTunnelPrefix means this is an AutoTunnel domain,
2741 // For now this AutoTunnel stuff is specific to Mac OS X.
H A DDNSCommon.c1979 if (authInfo && authInfo->AutoTunnel)
H A DmDNS.c797 if (!AuthInfo || !AuthInfo->AutoTunnel) rr->AutoTarget = Target_AutoHostAndNATMAP;
1253 // Note that for AutoTunnel this should never happen, but this check makes the code future-proof.
1487 // state here. Some recors e.g., AutoTunnel gets reused without ever being completely initialized
4585 // For now this AutoTunnel stuff is specific to Mac OS X.
8059 if (AuthInfo && !AuthInfo->deltime && AuthInfo->AutoTunnel)
11159 // special for AutoTunnel questions
11384 // This has particularly important implications for our AutoTunnel records --
11385 // when we deregister our AutoTunnel records below, we don't want their mStatus_MemFree
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c1478 // Special-case hack: On Mac OS X 10.6.x and earlier we don't advertise SMB service in AutoTunnel domains,
1479 // because AutoTunnel services have to support IPv6, and in Mac OS X 10.6.x the SMB server does not.
1484 if (AuthInfo && AuthInfo->AutoTunnel) return(kDNSServiceErr_Unsupported);
4455 LogMsgNoIdent("%##s %##s %##s %d %s", a->domain.c, a->keyname.c, a->hostname.c, (a->port.b[0] << 8 | a->port.b[1]), a->AutoTunnel ? a->AutoTunnel : "");

Completed in 162 milliseconds