Searched defs:ServerAddress (Results 1 – 9 of 9) sorted by relevance
55 IPNG_ADDRESS ServerAddress; member64 IPNG_ADDRESS ServerAddress; member
231 pub struct ServerAddress([u32; 4]); struct234 impl TryFrom<&str> for ServerAddress { implementation256 impl Into<[u32; 4]> for ServerAddress { implementation
225 pub struct ServerAddress([u32; 4]); struct228 impl TryFrom<&str> for ServerAddress { implementation250 impl Into<[u32; 4]> for ServerAddress { implementation
241 fn connect_impl(address: ServerAddress, blocking: bool) -> Result<Connection, Error> { in connect_impl()