Searched refs:InFlightRData (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c2932 SetNewRData(&rr->resrec, rr->InFlightRData, rr->InFlightRDLen);
3553 SetNewRData(&rr->resrec, rr->InFlightRData, rr->InFlightRDLen);
3555 rr->InFlightRData = mDNSNULL;
3599 rr->InFlightRData = rr->QueuedRData;
4519 // The data may be queued in QueuedRData or InFlightRData.
4521 // 1) If the record is in Registered state, we store it in InFlightRData and copy the same in "rdata"
4522 // *just* before sending the update to the server. Till we get the response, InFlightRData and "rdata"
4527 // comes back from the server, we copy it from QueuedRData to InFlightRData and repeat (1). This implies
4531 if (rr->InFlightRData && rr->UpdateCallback)
4533 if (rr->InFlightRData !
[all...]
H A DmDNSEmbeddedAPI.h1586 RData *InFlightRData; member in struct:AuthRecord_struct
H A DDNSCommon.c1445 rr->InFlightRData = 0;
H A DmDNS.c1364 rr->InFlightRData = 0;

Completed in 132 milliseconds