Expand description
Extensions for the fuchsia.sockets FIDL library.
Structs§
- IpSocket
State Specific - Lowest-level socket state information that ensures all fields are for the same IP version.
- IpSocket
TcpState - Extension type for [
fnet_sockets::IpSocketTcpState]. - IpSocket
UdpState - Extension type for [
fnet_sockets::IpSocketUdpState]. - TcpInfo
- Extension type for [
fnet_tcp::Info].
Enums§
- Disconnect
IpError - Errors returned by
disconnect_ip - IpIterator
Error - Errors returned by the stream returned from
iterate_ip. - IpSocket
Matcher - An extension type for [
fnet_sockets::IpSocketMatcher]. - IpSocket
Matcher Error - Errors returned by the conversion from [
fnet_sockets::IpSocketMatcher] toIpSocketMatcher. - IpSocket
State - Extension type for [
fnet_sockets::IpSocketState]. - IpSocket
State Error - Error type for
IpSocketStateconversion. - IpSocket
TcpState Error - Error type for
IpSocketTcpStateconversion. - IpSocket
Transport State - Extension type for [
fnet_sockets::IpSocketTransportState]. - IpSocket
Transport State Error - Error type for
IpSocketTransportStateconversion. - IpSocket
UdpState Error - Error type for
IpSocketUdpStateconversion. - Iterate
IpError - Errors returned by
iterate_ip - TcpInfo
Error - Error type for
TcpInfoconversion.
Functions§
- disconnect_
ip - Send a request to
Control.DisconnectIpwith the provided matchers. - iterate_
ip - Send a request to
Diagnostics.IterateIpand drive the resultingIpIterator.