Home
last modified time | relevance | path

Searched refs:hexbufpos (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ldns/drill/
H A Dwork.c80 int hexbufpos = 0; in packetbuffromfile() local
97 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 …]