Lines Matching refs:optarg
121 opt.size = atoi(optarg);
130 if (*optarg == 'u' || *optarg == 'U') {
132 } else if (*optarg == 'i' || *optarg == 'I') {
134 } else if (*optarg == 'r') {
137 printf("Error: unknown protocol: %s\n", optarg);
144 opt.mark.val = atoi(optarg);
147 opt.sockopt.mark = atoi(optarg);
151 opt.txtime.delay = atoi(optarg);
158 opt.v6.dontfrag.val = atoi(optarg);
161 opt.sockopt.dontfrag = atoi(optarg);
165 opt.v6.tclass.val = atoi(optarg);
168 opt.sockopt.tclass = atoi(optarg);
172 opt.v6.hlimit.val = atoi(optarg);
175 opt.sockopt.hlimit = atoi(optarg);
179 switch (optarg[0]) {
190 printf("Error: hdr type: %s\n", optarg);