Lines Matching defs:optarg
457 parse_eth_dest(const char *optarg)
464 portid = strtoul(optarg, &port_end, 10);
465 if (errno != 0 || port_end == optarg || *port_end++ != ',')
466 rte_exit(EXIT_FAILURE, "Invalid eth-dest: %s", optarg);
561 enabled_port_mask = parse_portmask(optarg);
575 ret = parse_config(optarg);
584 parse_eth_dest(optarg);
592 max_pkt_len = parse_max_pkt_len(optarg);
607 packet_to_capture = parse_num_pkt_cap(optarg);
613 rte_strlcpy(pcap_filename, optarg,
619 printf("Use new worker model: %s\n", optarg);
620 parse_worker_model(optarg);