Lines Matching defs:rate
62 int c, domain, i, key, rate, sflag, Sflag, skt;
73 rate = 0;
98 fprintf(stderr, "usage: cnwctl [-i interface] [-d domain] [-k key] [-sS [rate]]\n");
109 errx(1, "only one of -s and -S may be specified with a rate");
110 rate = strtol(argv[optind], &e, 0);
111 if (e == optarg || *e || rate < 1)
112 errx(1, "%s: invalid rate", optarg);
161 if (rate == 0 && sflag) {
200 if (rate == 0 && Sflag) {
221 if (rate == 0)
243 sleep (rate);
268 sleep (rate);