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

/bind-9.11.3/lib/isc/
H A Dnetaddr.c207 unsigned int nbits, nbytes, ipbytes = 0; local
213 ipbytes = 4;
219 ipbytes = 16;
229 INSIST(nbytes < ipbytes);
234 if (nbytes < ipbytes && memcmp(p + nbytes, zeros, ipbytes - nbytes) != 0)
241 unsigned int nbits = 0, nbytes = 0, ipbytes = 0, i; local
247 ipbytes = 4;
251 ipbytes = 16;
256 for (i = 0; i < ipbytes;
[all...]

Completed in 11 milliseconds