Home | History | Annotate | Download | only in openssh

Lines Matching defs:bytes

523 		error("newkeys_from_blob: remaining bytes in blob %u", len);
602 u_int64_t blocks, bytes;
652 packet_get_state(MODE_OUT, &seqnr, &blocks, &packets, &bytes);
656 buffer_put_int64(&m, bytes);
657 packet_get_state(MODE_IN, &seqnr, &blocks, &packets, &bytes);
661 buffer_put_int64(&m, bytes);