Searched refs:addrtocopy (Results 1 – 1 of 1) sorted by relevance
1109 int addrcount, addrtocopy; in reply_parse() local1116 addrtocopy = MIN(MAX_V4_ADDRS - reply.data.a.addrcount, (unsigned)addrcount); in reply_parse()1120 if (j + 4*addrtocopy > length) goto err; in reply_parse()1122 packet + j, 4*addrtocopy); in reply_parse()1123 j += 4*addrtocopy; in reply_parse()1124 reply.data.a.addrcount += addrtocopy; in reply_parse()1147 int addrcount, addrtocopy; in reply_parse() local1154 addrtocopy = MIN(MAX_V6_ADDRS - reply.data.aaaa.addrcount, (unsigned)addrcount); in reply_parse()1158 if (j + 16*addrtocopy > length) goto err; in reply_parse()1160 packet + j, 16*addrtocopy); in reply_parse()[all …]