Home
last modified time | relevance | path

Searched refs:iraw_f (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssh/
H A Dpacket.c2984 char iraw_f[FMT_SCALED_STRSIZE] = "", oraw_f[FMT_SCALED_STRSIZE] = ""; in comp_status_message() local
2991 if (fmt_scaled(iraw, iraw_f) != 0) in comp_status_message()
2992 strlcpy(iraw_f, "OVERFLOW", sizeof(iraw_f)); in comp_status_message()
3007 icmp_f, iraw_f, iraw == 0 ? 0.0 : (double)icmp / iraw, in comp_status_message()