Searched refs:umemcpy (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | uDNS.c | 793 #define umemcpy(x, y, l) mDNSPlatformMemCopy(y, x, l) // uses memcpy(2) arg ordering macro 2031 umemcpy(newCR, rr, size); in addKnownAnswer() 2909 umemcpy(&optRD->OptData.llq, data, sizeof(*data)); in putLLQ() 2935 …umemcpy(llq, (mDNSu8 *)&lcr.r.resrec.rdata->u.opt.OptData.llq + (index * sizeof(*llq)), sizeof(*ll… in getLLQAtIndex() 2981 umemcpy(llq.id, info->id, 8); in sendLLQRefresh() 3074 umemcpy(llq->id, info->id, 8); in sendChallengeResponse() 3138 umemcpy(info->id, llq->id, 8); in hndlRequestChallenge()
|