Module net
Source - 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
sa_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
sa_family
field before we can
interpret the rest of a sockaddr
produced by the kernel.