Searched refs:hexbufpos (Results 1 – 1 of 1) sorted by relevance
80 int hexbufpos = 0; in packetbuffromfile() local97 while (c != EOF && hexbufpos < LDNS_MAX_PACKETLEN) { in packetbuffromfile()108 hexbuf[hexbufpos] = (uint8_t) c; in packetbuffromfile()109 hexbufpos++; in packetbuffromfile()122 hexbuf[hexbufpos] = (uint8_t) c; in packetbuffromfile()123 hexbufpos++; in packetbuffromfile()142 if (hexbufpos >= LDNS_MAX_PACKETLEN) { in packetbuffromfile()147 if (hexbufpos % 2 != 0) { in packetbuffromfile()148 hexbuf[hexbufpos] = (uint8_t) '0'; in packetbuffromfile()149 hexbufpos++; in packetbuffromfile()[all …]