Searched refs:unix (Results 1 – 6 of 6) sorted by relevance
1 #![cfg_attr(not(unix), allow(unused_imports))]4 #[cfg(unix)]6 #[cfg(unix)]8 #[cfg(unix)]30 #[cfg(unix)] in say_hello()43 #[cfg(unix)]63 #[cfg(not(unix))]
1 #![cfg_attr(not(unix), allow(unused_imports))]9 #[cfg(unix)]14 #[cfg(unix)]43 #[cfg(not(unix))]
15 pub peer_addr: Option<Arc<tokio::net::unix::SocketAddr>>,17 pub peer_cred: Option<tokio::net::unix::UCred>,
9 #[cfg(unix)]10 mod unix; module36 #[cfg(unix)]37 pub use unix::UdsConnectInfo;
60 #[cfg(unix)]61 pub mod unix { module
297 * **transport:** add unix socket support in server ([#861](https://github.com/hyperium/tonic/issues…