Searched refs:network_id (Results 1 – 4 of 4) sorted by relevance
73 pub fn network_id(&self) -> String { in network_id() method76 let network_id = unsafe {CStr::from_ptr((*self.as_inner()).network_id)}; in network_id() localVariable77 network_id.to_string_lossy().into_owned() in network_id()
291 network_id: [0; NETWORK_ID_BUF_LEN], in local_network_id()314 let network_id = self.convert_i8_array_to_string(&local_node.network_id); in local_network_id() localVariable315 Ok(network_id) in local_network_id()
48 pub network_id: [i8; NETWORK_ID_BUF_LEN], field
58 pub network_id: *const c_char, field