Expand description
sys/socket.h implementation.
See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_socket.h.html.
Re-exports§
pub use crate::header::bits_socklen_t::socklen_t;
Modules§
Structs§
- cmsghdr
- See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_socket.h.html.
- linger
- See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_socket.h.html.
- msghdr
- See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_socket.h.html.
- sockaddr
- See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_socket.h.html.
- sockaddr_
storage - See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_socket.h.html. Opaque storage large enough to hold any protocol specific address structure.
Functions§
- CMSG_
ALIGN ⚠ - CMSG_
DATA ⚠ - See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_socket.h.html.
- CMSG_
FIRSTHDR ⚠ - See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_socket.h.html.
- CMSG_
LEN ⚠ - See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_socket.h.html.
- CMSG_
NXTHDR ⚠ - See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_socket.h.html.
- CMSG_
SPACE ⚠ - See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_socket.h.html.
- __
CMSG_ ⚠LEN - cbindgen:ignore
- __
CMSG_ ⚠NEXT - cbindgen:ignore
- __
MHDR_ ⚠END - cbindgen:ignore
- accept⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/accept.html.
- bind⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/bind.html.
- connect⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/connect.html.
- getpeername⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/getpeername.html.
- getsockname⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/getsockname.html.
- getsockopt⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/getsockopt.html.
- listen⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/listen.html.
- recv⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/recv.html.
- recvfrom⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/recvfrom.html.
- recvmsg⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/recvmsg.html.
- send⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/send.html.
- sendmsg⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/sendmsg.html.
- sendto⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/sendto.html.
- setsockopt⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/setsockopt.html.
- shutdown⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/shutdown.html.
- socket⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/socket.html.
- socketpair⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/socketpair.html.