Searched refs:TCP (Results 1 – 1 of 1) sorted by relevance
11 pub(crate) const TCP: &str = "tcp"; constant95 Self::Tcp4 | Self::Tcp6 => TCP.to_owned(), in network_short()138 } else if net.starts_with(TCP) { in determine_network_type()