Module rustix::backend::net::write_sockaddr
source ยท Expand description
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.
Functionsยง
- encode_
sockaddr_ ๐v4 - encode_
sockaddr_ ๐v6 - encode_
sockaddr_ ๐xdp - write_
sockaddr ๐ โ - write_
sockaddr_ ๐ โunix - write_
sockaddr_ ๐ โv4 - write_
sockaddr_ ๐ โv6 - write_
sockaddr_ ๐ โxdp