Lines Matching refs:base_config
10 pub base_config: CandidateBaseConfig, field
18 let mut candidate_id = self.base_config.candidate_id; in new_candidate_host()
25 address: self.base_config.address.clone(), in new_candidate_host()
27 component: AtomicU16::new(self.base_config.component), in new_candidate_host()
28 port: self.base_config.port, in new_candidate_host()
30 foundation_override: self.base_config.foundation, in new_candidate_host()
31 priority_override: self.base_config.priority, in new_candidate_host()
32 network: self.base_config.network, in new_candidate_host()
34 conn: self.base_config.conn, in new_candidate_host()
38 if !self.base_config.address.ends_with(".local") { in new_candidate_host()
39 let ip = self.base_config.address.parse()?; in new_candidate_host()