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