Module std::os::unix::net

1.10.0 · source · []
Available on Unix only.
Expand description

Unix-specific networking functionality.

Re-exports

pub use ucred::UCred;
Experimental

Structs

MessagesExperimentalAndroid or Linux

This struct is used to iterate through the control messages.

ScmCredentialsExperimentalAndroid or Linux

This control message contains unix credentials.

ScmRightsExperimentalAndroid or Linux

This control message contains file descriptors.

SocketAncillaryExperimentalAndroid or Linux

A Unix socket Ancillary data struct.

SocketCredExperimentalAndroid or Linux

Unix credential.

An iterator over incoming connections to a UnixListener.

An address associated with a Unix socket.

A Unix datagram socket.

A structure representing a Unix domain socket server.

A Unix stream socket.

Enums

AncillaryDataExperimentalAndroid or Linux

This enum represent one control message of variable type.

AncillaryErrorExperimentalAndroid or Linux

The error type which is returned from parsing the type a control message.