Lines Matching refs:timeout
262 " --add-set name flags [--exist] [--timeout n]\n"
273 {.name = "timeout", .has_arg = true, .val = '4'},
289 "Option `--timeout' can be used with `--add-set' only");
302 info->timeout = UINT32_MAX;
311 unsigned int timeout;
327 if (!xtables_strtoui(optarg, NULL, &timeout, 0, UINT32_MAX - 1))
329 "Invalid value for option --timeout "
331 myinfo->timeout = timeout;
347 if (info->timeout != UINT32_MAX)
348 printf(" timeout %u", info->timeout);
360 if (info->timeout != UINT32_MAX)
361 printf(" --timeout %u", info->timeout);