Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:AutoTunnelHostRecord

385 	// Caution: Only zero AutoTunnelHostRecord.namestorage and AutoTunnelNAT.clientContext AFTER we've determined that this is a NEW DomainAuthInfo
387 info->AutoTunnelHostRecord.resrec.RecordType = kDNSRecordTypeUnregistered;
388 info->AutoTunnelHostRecord.namestorage.c[0] = 0;
1416 if (AuthInfo->AutoTunnelHostRecord.namestorage.c[0] == 0) return(mDNSNULL);
1417 debugf("GetServiceTarget: Returning %##s", AuthInfo->AutoTunnelHostRecord.namestorage.c);
1418 return(&AuthInfo->AutoTunnelHostRecord.namestorage);