Home
last modified time | relevance | path

Searched refs:newRR (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c4160 AuthRecord *newRR = (AuthRecord*)authPtr; in RecordRegistrationCallback() local
4167 if (ptr == newRR) break; in RecordRegistrationCallback()
4175 if (newRR->uDNS_info.state == regState_Cancelled) in RecordRegistrationCallback()
4179 newRR->resrec.name->c, newRR->resrec.rrtype); in RecordRegistrationCallback()
4180 newRR->uDNS_info.state = regState_Unregistered; in RecordRegistrationCallback()
4181 unlinkAR(&u->RecordRegistrations, newRR); in RecordRegistrationCallback()
4191 if (newRR->resrec.rrclass != zoneData->zoneClass) in RecordRegistrationCallback()
4194 newRR->resrec.rrclass, zoneData->zoneClass); in RecordRegistrationCallback()
4204 newRR->resrec.name->c, zoneData->zoneName.c); in RecordRegistrationCallback()
4210 AssignDomainName(&newRR->uDNS_info.zone, &zoneData->zoneName); in RecordRegistrationCallback()
[all …]