Modules§
- addr 🔒Socket address utilities.
- msghdr 🔒Utilities for dealing with message headers.
- Wrappers for netdevice ioctls.
- The BSD sockets API requires us to read the
ss_family
field before we can interpret the rest of asockaddr
produced by the kernel. - 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 asockaddr
produced by the kernel.