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 *…synchronous I/O multiplexing NAME select, pselect - synchronous I/O multiplexing LIBRARY Standard C library ( libc , -lc ) SYNOPSIS See select (2) DESCRIPTION The select () and pse…accept a connection on a socket NAME accept, accept4 - accept a connection on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int accept(int soc…accept a connection on a socket NAME accept, accept4 - accept a connection on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int accept(int soc…send multiple messages on a socket NAME sendmmsg - send multiple messages on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_mac…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…get socket name NAME getsockname - get socket name LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int getsockname(int sockfd , struct sockaddr *restrict…receive a message from a socket NAME recv, recvfrom, recvmsg - receive a message from a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> ssize_t re…receive a message from a socket NAME recv, recvfrom, recvmsg - receive a message from a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> ssize_t re…receive a message from a socket NAME recv, recvfrom, recvmsg - receive a message from a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> ssize_t re…receive multiple messages on a socket NAME recvmmsg - receive multiple messages on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_te…operations with z/Architecture guarded storage facility NAME s390_guarded_storage - operations with z/Architecture guarded storage facility LIBRARY Standard C library ( libc , -lc …get name of connected peer socket NAME getpeername - get name of connected peer socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int getpeername(in…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…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…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 #…reposition read/write file offset NAME lseek - reposition read/write file offset LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> off_t lseek(int fd , off_t o…execute an SPU context NAME spu_run - execute an SPU context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/spu.h> /* Definition of SPU_* constants */ #include <s…retrieve the physical layout of the filesystem NAME ioctl_fsmap, FS_IOC_GETFSMAP - retrieve the physical layout of the filesystem LIBRARY Standard C library ( libc , -lc ) SYNOPSIS…