Searched refs:ipbytes (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dnetaddr.c218 unsigned int nbits, nbytes, ipbytes = 0; local
224 ipbytes = 4;
230 ipbytes = 16;
244 if (memcmp(p + nbytes, zeros, ipbytes - nbytes) != 0)
251 unsigned int nbits = 0, nbytes = 0, ipbytes = 0, i; local
257 ipbytes = 4;
261 ipbytes = 16;
266 for (i = 0; i < ipbytes; i++) {
271 if (i < ipbytes) {
280 for (; i < ipbytes;
[all...]

Completed in 115 milliseconds