Expand description
Socket address manipulation, socket device ioctls, etc.
Modules§
- Address types for the IPv4 and IPv6 protocol families.
Structs§
- Device type marker for
crate::File
instances that represent sockets. - A reasonable default implementation of
SocketProtocol
with a fixed protocol number and device type.
Enums§
- The type for representing socket communication model types.
Constants§
ioctl
request to retrieve astruct timeval
with the receive timestamp of the last packet passed to the user.
Traits§
- A trait implemented by all socket address types.
- Represents a socket protocol that is compatible with sockets belonging to the domain/family
FAMILY
.
Functions§
- Builds a reasonable default implementation of
SocketProtocol
with a fixed protocol number and device type.