Lines Matching +full:60 +full:s
62 mult = 60; in parse_rate()
64 mult = 60*60; in parse_rate()
66 mult = 24*60*60; in parse_rate()
80 xtables_error(PARAMETER_PROBLEM, "Rate too fast \"%s\"\n", rate); in parse_rate()
108 "bad rate \"%s\"'", cb->arg); in limit_parse()
120 } rates[] = { { "day", XT_LIMIT_SCALE*24*60*60 },
121 { "hour", XT_LIMIT_SCALE*60*60 },
122 { "min", XT_LIMIT_SCALE*60 },
139 printf(" %u/%s", rates[i-1].mult / period, rates[i-1].name); in print_rate()
160 { "day", XT_LIMIT_SCALE * 24 * 60 * 60 },
161 { "hour", XT_LIMIT_SCALE * 60 * 60 },
162 { "minute", XT_LIMIT_SCALE * 60 },
180 xt_xlate_add(xl, " %u/%s", rates_xlate[i - 1].mult / period, in print_rate_xlate()
224 "bad rate `%s'", optarg); in brlimit_parse()
233 "bad --limit-burst `%s'", optarg); in brlimit_parse()