Searched refs:addrtocopy (Results 1 – 1 of 1) sorted by relevance
1126 int addrcount, addrtocopy; in reply_parse() local1133 addrtocopy = MIN(MAX_V4_ADDRS - reply.data.a.addrcount, (unsigned)addrcount); in reply_parse()1137 if (j + 4*addrtocopy > length) goto err; in reply_parse()1139 packet + j, 4*addrtocopy); in reply_parse()1140 j += 4*addrtocopy; in reply_parse()1141 reply.data.a.addrcount += addrtocopy; in reply_parse()1164 int addrcount, addrtocopy; in reply_parse() local1171 addrtocopy = MIN(MAX_V6_ADDRS - reply.data.aaaa.addrcount, (unsigned)addrcount); in reply_parse()1175 if (j + 16*addrtocopy > length) goto err; in reply_parse()1177 packet + j, 16*addrtocopy); in reply_parse()[all …]