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