Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:orig

785 mDNSlocal CacheRecord *CopyCacheRecord(const CacheRecord *orig, domainname *name)
789 if (orig->resrec.rdlength > InlineCacheRDSize) size += orig->resrec.rdlength - InlineCacheRDSize;
792 memcpy(cr, orig, size);
1476 mDNSlocal PktMsg *FormatLeaseReply(DaemonInfo *d, PktMsg *orig, mDNSu32 lease)
1488 InitializeDNSMessage(&reply->msg.h, orig->msg.h.id, flags);
1970 Log("LLQ from %s in state %s; %##s; type %d; orig lease %d; remaining lease %d; AnswerList %p)",