Searched refs:IpEndpoint (Results 1 – 3 of 3) sorted by relevance
9 use smoltcp::wire::IpEndpoint;43 Ip(Option<IpEndpoint>),
589 return Ok(Endpoint::Ip(Some(wire::IpEndpoint::new(ip, port)))); in to_endpoint()
110 Endpoint::Ip(Some(wire::IpEndpoint { in read()338 let remote_endpoint: &wire::IpEndpoint = { in write()359 wire::IpAddress::Ipv4(_) => Endpoint::Ip(Some(wire::IpEndpoint::new( in write()363 wire::IpAddress::Ipv6(_) => Endpoint::Ip(Some(wire::IpEndpoint::new( in write()451 let result = wire::IpEndpoint::new( in endpoint()476 local_endpoint: Option<wire::IpEndpoint>, // save local endpoint for bind()525 local_endpoint: wire::IpEndpoint, in do_listen() argument