...packet to an IPv6 socket, its source address will be mapped to v6. Address format struct sockaddr_in6 { sa_family_t sin6_family; /* AF_INET6 */ in_port_t sin6_port; /* port numb…low-level access to Linux network devices NAME netdevice - low-level access to Linux network devices SYNOPSIS #include <sys/ioctl.h> #include <net/if.h> DESCRIPTION This man page d…...ocols like udp (7) and tcp (7). On raw sockets sin_port is set to the IP protocol. struct sockaddr_in { sa_family_t sin_family; /* address family: AF_INET */ in_port_t sin_port;…...s two socket options to control the checksum coverage. Address format UDP-Litev4 uses the sockaddr_in address format described in ip (7). UDP-Litev6 uses the sockaddr_in6 addres…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…communication between kernel and user space (AF_NETLINK) NAME netlink - communication between kernel and user space (AF_NETLINK) SYNOPSIS #include <asm/types.h> #include <sys/socke…packet interface on device level NAME packet - packet interface on device level SYNOPSIS #include <sys/socket.h> #include <linux/if_packet.h> #include <net/ethernet.h> /* the L2 pr…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); …...not recommended for performance and reliability reasons. Address format UDP uses the IPv4 sockaddr_in address format described in ip (7). Error handling All fatal errors will be…ITU-T X.25 / ISO/IEC 8208 protocol interface NAME x25 - ITU-T X.25 / ISO/IEC 8208 protocol interface SYNOPSIS #include <sys/socket.h> #include <linux/x25.h> x25_socket = socket(AF_…Linux ARP kernel module. NAME arp - Linux ARP kernel module. DESCRIPTION This kernel protocol module implements the Address Resolution Protocol defined in RFC 826. It is used to co…collect statistics about a database NAME ANALYZE - collect statistics about a database SYNOPSIS ANALYZE [ ( option [, ...] ) ] [ table_and_columns [, ...] ] where option can be one…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 …obtaining information about sockets NAME sock_diag - obtaining information about sockets SYNOPSIS #include <sys/socket.h> #include <linux/sock_diag.h> #include <linux/unix_diag.h> …Linux AppleTalk protocol implementation NAME ddp - Linux AppleTalk protocol implementation SYNOPSIS #include <sys/socket.h> #include <netatalk/at.h> ddp_socket = socket(AF_APPLETAL…An overview of recommended workflows with Git NAME gitworkflows - An overview of recommended workflows with Git SYNOPSIS git * DESCRIPTION This document attempts to write down and …...eceiving datagrams ( sendto (2), recvfrom (2), and similar), raw sockets use the standard sockaddr_in address structure defined in ip (7). The sin_port field could be used to sp…Linux IPv4 ICMP kernel module. NAME icmp - Linux IPv4 ICMP kernel module. DESCRIPTION This kernel protocol module implements the Internet Control Message Protocol defined in RFC 79…overview of the virtual ELF dynamic shared object NAME vdso - overview of the virtual ELF dynamic shared object SYNOPSIS #include <sys/auxv.h> void *vdso = (uintptr_t) getauxval(AT…define a new savepoint within the current transaction NAME SAVEPOINT - define a new savepoint within the current transaction SYNOPSIS SAVEPOINT savepoint_name DESCRIPTION SAVEPOINT…