...gth ); size_t CMSG_SPACE(size_t length ); size_t CMSG_LEN(size_t length ); unsigned char *CMSG_DATA(struct cmsghdr * cmsg ); DESCRIPTION These macros are used to create and acce…...ting protocol */ int cmsg_type; /* Protocol-specific type */ /* followed by unsigned char cmsg_data[]; */ }; Ancillary data should be accessed only by the macros defined in cmsg…...ting protocol */ int cmsg_type; /* Protocol-specific type */ /* followed by unsigned char cmsg_data[]; */ }; Ancillary data should be accessed only by the macros defined in cmsg…...ting protocol */ int cmsg_type; /* Protocol-specific type */ /* followed by unsigned char cmsg_data[]; */ }; Ancillary data should be accessed only by the macros defined in cmsg…User Datagram Protocol for IPv4 NAME udp - User Datagram Protocol for IPv4 SYNOPSIS #include <sys/socket.h> #include <netinet/in.h> #include <netinet/udp.h> udp_socket = socket(AF_…IPv6 In-situ OAM (IOAM) NAME ip-ioam - IPv6 In-situ OAM (IOAM) SYNOPSIS ip ioam { COMMAND | help } ip ioam namespace show ip ioam namespace add ID [ data DATA32 ] [ wide DATA64 ] i…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…SPU filesystem NAME spufs - SPU filesystem DESCRIPTION The SPU filesystem is used on PowerPC machines that implement the Cell Broadband Engine Architecture in order to access Syner…Linux socket interface NAME socket - Linux socket interface SYNOPSIS #include <sys/socket.h> sockfd = socket(int socket_family , int socket_type , int protocol ); DESCRIPTION This …...gth ); size_t CMSG_SPACE(size_t length ); size_t CMSG_LEN(size_t length ); unsigned char *CMSG_DATA(struct cmsghdr * cmsg ); DESCRIPTION These macros are used to create and acce…...gth ); size_t CMSG_SPACE(size_t length ); size_t CMSG_LEN(size_t length ); unsigned char *CMSG_DATA(struct cmsghdr * cmsg ); DESCRIPTION These macros are used to create and acce…...gth ); size_t CMSG_SPACE(size_t length ); size_t CMSG_LEN(size_t length ); unsigned char *CMSG_DATA(struct cmsghdr * cmsg ); DESCRIPTION These macros are used to create and acce…...gth ); size_t CMSG_SPACE(size_t length ); size_t CMSG_LEN(size_t length ); unsigned char *CMSG_DATA(struct cmsghdr * cmsg ); DESCRIPTION These macros are used to create and acce…...gth ); size_t CMSG_SPACE(size_t length ); size_t CMSG_LEN(size_t length ); unsigned char *CMSG_DATA(struct cmsghdr * cmsg ); DESCRIPTION These macros are used to create and acce…...gth ); size_t CMSG_SPACE(size_t length ); size_t CMSG_LEN(size_t length ); unsigned char *CMSG_DATA(struct cmsghdr * cmsg ); DESCRIPTION These macros are used to create and acce…Netlink macros NAME netlink - Netlink macros LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <asm/types.h> #include <linux/netlink.h> int NLMSG_ALIGN(size_t len ); int …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: An introduction to QUIC in OpenSSL NAME ossl-guide-quic-introduction - OpenSSL Guide: An introduction to QUIC in OpenSSL INTRODUCTION This page will provide an intro…