Skip to main content

Module sys_socket

Module sys_socket 

Source
Expand description

Re-exports§

pub use crate::header::bits_socklen_t::socklen_t;

Modules§

constants

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.