Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c4243 uDNS_RegInfo *rInfo = &srs->uDNS_info; in SendServiceRegistration() local
4254 if (!rInfo->ns.ip.v4.NotAnInteger) { LogMsg("SendServiceRegistration - NS not set!"); return; } in SendServiceRegistration()
4274 ptr = putZone(&msg, ptr, end, &rInfo->zone, mDNSOpaque16fromIntVal(srv->resrec.rrclass)); in SendServiceRegistration()
4297 if (rInfo->state == regState_UpdatePending) // we're updating the txt record in SendServiceRegistration()
4315 rInfo->state = regState_NoTarget; in SendServiceRegistration()
4331 …err = mDNSSendDNSMessage(m, &msg, ptr, mDNSInterface_Any, &rInfo->ns, rInfo->port, -1, GetAuthInfo… in SendServiceRegistration()
4334 …if (rInfo->state != regState_Refresh && rInfo->state != regState_DeregDeferred && srs->uDNS_info.s… in SendServiceRegistration()
4335 rInfo->state = regState_Pending; in SendServiceRegistration()
4338 rInfo->id = id; in SendServiceRegistration()
4346 rInfo->state = regState_Unregistered; in SendServiceRegistration()
[all …]