Searched refs:addrtocopy (Results 1 – 1 of 1) sorted by relevance
1095 int addrcount, addrtocopy; in reply_parse() local1102 addrtocopy = MIN(MAX_V4_ADDRS - reply.data.a.addrcount, (unsigned)addrcount); in reply_parse()1106 if (j + 4*addrtocopy > length) goto err; in reply_parse()1108 packet + j, 4*addrtocopy); in reply_parse()1109 j += 4*addrtocopy; in reply_parse()1110 reply.data.a.addrcount += addrtocopy; in reply_parse()1133 int addrcount, addrtocopy; in reply_parse() local1140 addrtocopy = MIN(MAX_V6_ADDRS - reply.data.aaaa.addrcount, (unsigned)addrcount); in reply_parse()1144 if (j + 16*addrtocopy > length) goto err; in reply_parse()1146 packet + j, 16*addrtocopy); in reply_parse()[all …]