Lines Matching refs:namestorage
388 info->AutoTunnelHostRecord.namestorage.c[0] = 0; in mDNS_SetSecretForDomain()
986 if (tcpInfo->rr && tcpInfo->rr->resrec.name != &tcpInfo->rr->namestorage) in tcpCallback()
988 tcpInfo->rr->resrec.name, &tcpInfo->rr->namestorage); in tcpCallback()
989 if (tcpInfo->rr && tcpInfo->rr-> resrec.name != &tcpInfo->rr-> namestorage) return; in tcpCallback()
1416 if (AuthInfo->AutoTunnelHostRecord.namestorage.c[0] == 0) return(mDNSNULL); in GetServiceTarget()
1417 debugf("GetServiceTarget: Returning %##s", AuthInfo->AutoTunnelHostRecord.namestorage.c); in GetServiceTarget()
1418 return(&AuthInfo->AutoTunnelHostRecord.namestorage); in GetServiceTarget()
2105 AssignDomainName(&h->arv4.namestorage, &h->fqdn); in AdvertiseHostname()
2131 AssignDomainName(&h->arv6.namestorage, &h->fqdn); in AdvertiseHostname()
4723 MakeDomainNameFromDNSNameString(&arElem->ar.namestorage, name); in FoundDomain()
4724 AppendDNSNameString (&arElem->ar.namestorage, "local"); in FoundDomain()