Searched refs:IpEndpoint (Results 1 – 4 of 4) sorted by relevance
1 pub use smoltcp::wire::IpEndpoint;
9 use smoltcp::wire::IpEndpoint;61 Ip(Option<IpEndpoint>),
173 Endpoint::Ip(Some(smoltcp::wire::IpEndpoint { in read()375 let remote_endpoint: &wire::IpEndpoint = { in write()396 wire::IpAddress::Ipv4(_) => Endpoint::Ip(Some(wire::IpEndpoint::new( in write()400 wire::IpAddress::Ipv6(_) => Endpoint::Ip(Some(wire::IpEndpoint::new( in write()482 let result = wire::IpEndpoint::new( in endpoint()503 local_endpoint: Option<wire::IpEndpoint>, // save local endpoint for bind()540 local_endpoint: smoltcp::wire::IpEndpoint, in do_listen() argument
698 return Ok(Endpoint::Ip(Some(wire::IpEndpoint::new(ip, port)))); in to_endpoint()