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…transfer data between process address spaces NAME process_vm_readv, process_vm_writev - transfer data between process address spaces LIBRARY Standard C library ( libc , -lc ) SYNOP…transfer data between process address spaces NAME process_vm_readv, process_vm_writev - transfer data between process address spaces LIBRARY Standard C library ( libc , -lc ) SYNOP…set default NUMA memory policy for a thread and its children NAME set_mempolicy - set default NUMA memory policy for a thread and its children LIBRARY NUMA (Non-Uniform Memory Acce…set memory policy for a memory range NAME mbind - set memory policy for a memory range LIBRARY NUMA (Non-Uniform Memory Access) policy library ( libnuma , -lnuma ) SYNOPSIS #includ…manipulate thread-local storage information NAME get_thread_area, set_thread_area - manipulate thread-local storage information LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #…manipulate thread-local storage information NAME get_thread_area, set_thread_area - manipulate thread-local storage information LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #…ioctls for terminals and serial lines NAME ioctl_tty - ioctls for terminals and serial lines LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <asm/termbits.h> /* Definit…bind a name to a socket NAME bind - bind a name to a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int bind(int sockfd , const struct sockaddr *…initiate a connection on a socket NAME connect - initiate a connection on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int connect(int sockfd…listen for connections on a socket NAME listen - listen for connections on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int listen(int sockfd…apply or remove an advisory lock on an open file NAME flock - apply or remove an advisory lock on an open file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/file…change properties of a mount or mount tree NAME mount_setattr - change properties of a mount or mount tree LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/fcntl.…get or set a per-process LDT entry NAME modify_ldt - get or set a per-process LDT entry LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <asm/ldt.h> /* Definition of str…create a pair of connected sockets NAME socketpair - create a pair of connected sockets LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int socketpair(in…determine CPU and NUMA node on which the calling thread is running NAME getcpu - determine CPU and NUMA node on which the calling thread is running LIBRARY Standard C library ( lib…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…synchronize a file's in-core state with storage device NAME fsync, fdatasync - synchronize a file's in-core state with storage device LIBRARY Standard C library ( libc , -lc ) SYNO…