Module rustix::backend::net

source ·

Modules

  • addr 🔒
    Socket address utilities.
  • msghdr 🔒
    Utilities for dealing with message headers.
  • netdevice 🔒
  • The BSD sockets API requires us to read the ss_family field before we can interpret the rest of a sockaddr produced by the kernel.
  • send_recv 🔒
  • sockopt 🔒
    linux_raw syscalls supporting rustix::net::sockopt.
  • syscalls 🔒
    linux_raw syscalls supporting rustix::net.
  • The BSD sockets API requires us to read the ss_family field before we can interpret the rest of a sockaddr produced by the kernel.