Module linux_io::socket

source ·
Expand description

Socket address manipulation, socket device ioctls, etc.

Modules

  • Address types for the IPv4 and IPv6 protocol families.

Structs

Enums

  • The type for representing socket communication model types.

Constants

  • ioctl request to retrieve a struct 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