Searched refs:addrtocopy (Results 1 – 1 of 1) sorted by relevance
892 int addrcount, addrtocopy; in reply_parse() local899 addrtocopy = MIN(MAX_ADDRS - reply.data.a.addrcount, (unsigned)addrcount); in reply_parse()903 if (j + 4*addrtocopy > length) goto err; in reply_parse()905 packet + j, 4*addrtocopy); in reply_parse()906 j += 4*addrtocopy; in reply_parse()907 reply.data.a.addrcount += addrtocopy; in reply_parse()921 int addrcount, addrtocopy; in reply_parse() local928 addrtocopy = MIN(MAX_ADDRS - reply.data.aaaa.addrcount, (unsigned)addrcount); in reply_parse()932 if (j + 16*addrtocopy > length) goto err; in reply_parse()934 packet + j, 16*addrtocopy); in reply_parse()[all …]