Module rustix::backend::net

source ยท

Modulesยง

  • addr ๐Ÿ”’
    Socket address utilities.
  • msghdr ๐Ÿ”’
    Utilities for dealing with message headers.
  • netdevice ๐Ÿ”’
    Wrappers for netdevice ioctls.
  • read_sockaddr ๐Ÿ”’
    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.
  • write_sockaddr ๐Ÿ”’
    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.