Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching defs:bytes

248 	 * 512 bits (64 bytes). */
469 int bytes, bits, i;
477 bytes = len / NBBY;
479 for (i = 0; i < bytes; i++)
482 mask->s6_addr[bytes] = masks[bits - 1];