Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl_altq.c1222 #define RATESTR_MAX 16 macro
1228 static char r2sbuf[R2S_BUFS][RATESTR_MAX]; /* ring buffer */ in rate2str()
1241 snprintf(buf, RATESTR_MAX, "%.2f%cb", rate, unit[i]); in rate2str()
1243 snprintf(buf, RATESTR_MAX, "%d%cb", (int)rate, unit[i]); in rate2str()