obtaining information about sockets NAME sock_diag - obtaining information about sockets SYNOPSIS #include <sys/socket.h> #include <linux/so...produce verbose warning diagnostics NAME diagnostics, splain - produce verbose warning diagnostics SYNOPSIS Using the "diagnostics" pragma: use diagnostics; use diagnostics -verbos…Generate a zip archive of diagnostic information NAME git-diagnose - Generate a zip archive of diagnostic information SYNOPSIS git diagnose [(-o | --output-directory) <path>] [(-s …...ore advanced nfnetlink_queue feature), NETLINK_FIREWALL was removed in Linux 3.5. NETLINK_SOCK_DIAG (since Linux 3.3) Query information about sockets of various protocol familie…Collect information for user to file a bug report NAME git-bugreport - Collect information for user to file a bug report SYNOPSIS git bugreport [(-o | --output-directory) <path>] […another utility to investigate sockets NAME ss - another utility to investigate sockets SYNOPSIS ss [ options ] [ FILTER ] DESCRIPTION ss is used to dump socket statistics. It allo…Linux IPv4 protocol implementation NAME ip - Linux IPv4 protocol implementation SYNOPSIS #include <sys/socket.h> #include <netinet/in.h> #include <netinet/ip.h> /* superset of prev…devlink health reporting and recovery NAME devlink-health - devlink health reporting and recovery SYNOPSIS devlink [ OPTIONS ] health { COMMAND | help } OPTIONS := { -V [ ersion ] …send a message on a socket NAME send, sendto, sendmsg - send a message on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> ssize_t send(int sockf…send a message on a socket NAME send, sendto, sendmsg - send a message on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> ssize_t send(int sockf…send a message on a socket NAME send, sendto, sendmsg - send a message on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> ssize_t send(int sockf…OpenSSL Guide: Writing a simple blocking TLS client NAME ossl-guide-tls-client-block - OpenSSL Guide: Writing a simple blocking TLS client SIMPLE BLOCKING TLS CLIENT EXAMPLE This p…return stream to a remote command NAME rexec, rexec_af - return stream to a remote command LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <netdb.h> [[deprecated]] int …return stream to a remote command NAME rexec, rexec_af - return stream to a remote command LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <netdb.h> [[deprecated]] int …create an endpoint for communication NAME socket - create an endpoint for communication LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int socket(int do…sockets for local interprocess communication NAME unix - sockets for local interprocess communication SYNOPSIS #include <sys/socket.h> #include <sys/un.h> unix_socket = socket(AF_U…Linux VSOCK address family NAME vsock - Linux VSOCK address family SYNOPSIS #include <sys/socket.h> #include <linux/vm_sockets.h> stream_socket = socket(AF_VSOCK, SOCK_STREAM, 0); …Linux IPv6 protocol implementation NAME ipv6 - Linux IPv6 protocol implementation SYNOPSIS #include <sys/socket.h> #include <netinet/in.h> tcp6_socket = socket(AF_INET6, SOCK_STREA…OpenSSL Guide: Writing a simple blocking QUIC client NAME ossl-guide-quic-client-block - OpenSSL Guide: Writing a simple blocking QUIC client SIMPLE BLOCKING QUIC CLIENT EXAMPLE Th…I/O event notification facility NAME epoll - I/O event notification facility SYNOPSIS #include <sys/epoll.h> DESCRIPTION The epoll API performs a similar task to poll (2): monitori…