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

/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dnetaddr.c223 unsigned int nbits, nbytes, ipbytes = 0; local
229 ipbytes = 4;
236 ipbytes = 16;
247 INSIST(nbytes < ipbytes);
253 if (nbytes < ipbytes &&
254 memcmp(p + nbytes, zeros, ipbytes - nbytes) != 0)
263 unsigned int nbits = 0, nbytes = 0, ipbytes = 0, i; local
269 ipbytes = 4;
273 ipbytes = 16;
278 for (i = 0; i < ipbytes;
[all...]
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dnetaddr.c219 unsigned int nbits, nbytes, ipbytes = 0; local
225 ipbytes = 4;
232 ipbytes = 16;
243 INSIST(nbytes < ipbytes);
249 if (nbytes < ipbytes &&
250 memcmp(p + nbytes, zeros, ipbytes - nbytes) != 0)
259 unsigned int nbits = 0, nbytes = 0, ipbytes = 0, i; local
265 ipbytes = 4;
269 ipbytes = 16;
274 for (i = 0; i < ipbytes;
[all...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dnetaddr.c220 unsigned int nbits, nbytes, ipbytes = 0; local
226 ipbytes = 4;
232 ipbytes = 16;
246 if (memcmp(p + nbytes, zeros, ipbytes - nbytes) != 0)
253 unsigned int nbits = 0, nbytes = 0, ipbytes = 0, i; local
259 ipbytes = 4;
263 ipbytes = 16;
268 for (i = 0; i < ipbytes; i++) {
273 if (i < ipbytes) {
282 for (; i < ipbytes;
[all...]

Completed in 95 milliseconds