Lines Matching refs:matches
29 Ok(matches) => { in parse_options()
30 if matches.opt_present("h") || matches.free.len() != free.len() { in parse_options()
37 process::exit(if matches.free.len() != free.len() { in parse_options()
43 matches in parse_options()
91 matches: &mut Matches, in parse_middleware_options()
98 let drop_chance = matches in parse_middleware_options()
102 let corrupt_chance = matches in parse_middleware_options()
106 let size_limit = matches in parse_middleware_options()
110 let tx_rate_limit = matches in parse_middleware_options()
114 let rx_rate_limit = matches in parse_middleware_options()
118 let shaping_interval = matches in parse_middleware_options()
124 if let Some(pcap_filename) = matches.opt_str("pcap") { in parse_middleware_options()