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 thess_family
field before we can interpret the rest of asockaddr
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 thess_family
field before we can interpret the rest of asockaddr
produced by the kernel.