Module linux_io::socket::ip

source ·
Expand description

Address types for the IPv4 and IPv6 protocol families.

Modules

Extra types and constants for working with TCP sockets.

Structs

Representation of an IPv4 host address.
Device type marker for crate::File instances that represent IPv4 sockets.
Representation of an IPv6 host address.
Device type marker for crate::File instances that represent IPv4 sockets.
Represents a socket address that can be for either an IPv4 socket or an IPv6 socket, chosen dynamically at runtime.
Socket address type for the IPv4 protocol family.
Socket address type for the IPv6 protocol family.

Enums

Represents a host address that can be either an IPv4 address or an IPv6 address chosen dynamically at runtime.

Constants