...s, the new MTU for a given destination can also be accessed using the error queue (see IP_RECVERR ). A new error will be queued for every incoming MTU update. While MTU discover…overview of signals NAME signal - overview of signals DESCRIPTION Linux supports both POSIX reliable signals (hereinafter "standard signals") and POSIX real-time signals. Signal di…...ernel protocol modules). Address format For sending and receiving datagrams ( sendto (2), recvfrom (2), and similar), raw sockets use the standard sockaddr_in address structure …...amilies like AF_UNIX ) send (2), sendto (2), and sendmsg (2) send data over a socket, and recv (2), recvfrom (2), recvmsg (2) receive data from a socket. poll (2) and select (2)…...rgument as input. Some other system calls (for example, getsockname (2), getpeername (2), recvfrom (2), and accept (2)) return an argument of this type. Three types of address a…...in POSIX.1-2008 TC1 raise (3) read (2) readlink (2) readlinkat (2) Added in POSIX.1-2008 recv (2) recvfrom (2) recvmsg (2) rename (2) renameat (2) Added in POSIX.1-2008 rmdir (2…...et sees multicast packets that it has send itself. Argument is a pointer to boolean. IPV6_RECVPKTINFO (since Linux 2.6.14) Set delivery of the IPV6_PKTINFO control message on in…...ct (2) operation is not supported on packet sockets. When the MSG_TRUNC flag is passed to recvmsg (2), recv (2), or recvfrom (2), the real length of the packet on the wire is al…...in doubt, the current coverage value can always be queried using getsockopt (2). UDPLITE_RECV_CSCOV This is the receiver-side analogue and uses the same argument format and valu…...d using the send (2) or write (2) families of system calls and data is received using the recv (2) or read (2) families of system calls. Address format A socket address is defin…...octl described below), otherwise it can be received only when the MSG_OOB flag is set for recv (2) or recvmsg (2). When out-of-band data is present, select (2) indicates the fil…...option was removed in later kernels; see socket (7) for further information. When the IP_RECVERR option is enabled, all errors are stored in the socket error queue, and can be r…...ond_wait() pthread_join() pthread_testcancel() putmsg() putpmsg() pwrite() read() readv() recv() recvfrom() recvmsg() select() sem_timedwait() sem_wait() send() sendmsg() sendto…...t is up to the application to detect when this happens (via the ENOBUFS error returned by recvmsg (2)) and resynchronize. Address formats The sockaddr_nl structure describes a n…...e routing tables, devices, AARP tables, and other devices are not yet described. SEE ALSO recvmsg (2), sendmsg (2), capabilities (7), socket (7)...&nladdr, .msg_namelen = sizeof(nladdr), .msg_iov = &iov, .msg_iovlen = 1 }; ssize_t ret = recvmsg(fd, &msg, flags); if (ret < 0) { if (errno == EINTR) continue; perror("recvmsg"…copy data between a file and a table NAME COPY - copy data between a file and a table SYNOPSIS COPY table_name [ ( column_name [, ...] ) ] FROM { ' filename ' | PROGRAM ' command '…Index of configuration directives NAME systemd.directives - Index of configuration directives UNIT DIRECTIVES Directives for configuring units, used in unit files. Accept= systemd.…