create an endpoint for communication NAME socket - create an endpoint for communication LIBRARY Standard C library ( libc , -lc ) SYNOPSIS...socket system calls NAME socketcall - socket system calls LIBRARY Standard C library ( libc , -l...create a pair of connected sockets NAME socketpair - create a pair of connected sockets LIBRARY Standard C library ( libc ,...initiate a connection on a socket NAME connect - initiate a connection on a socket LIBRARY Standard C library ( libc , -lc...listen for connections on a socket NAME listen - listen for connections on a socket LIBRARY Standard C library ( libc , -lc...send a message on a socket NAME send, sendto, sendmsg - send a message on a socket LIBRARY Standard C library ( libc...send a message on a socket NAME send, sendto, sendmsg - send a message on a socket LIBRARY Standard C library ( libc...send a message on a socket NAME send, sendto, sendmsg - send a message on a socket LIBRARY Standard C library ( libc...get and set options on sockets NAME getsockopt, setsockopt - get and set options on sockets LIBRARY Standard C library...get and set options on sockets NAME getsockopt, setsockopt - get and set options on sockets LIBRARY Standard C library...bind a name to a socket NAME bind - bind a name to a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #i...get name of connected peer socket NAME getpeername - get name of connected peer socket LIBRARY Standard C library ( libc ,...receive a message from a socket NAME recv, recvfrom, recvmsg - receive a message from a socket LIBRARY Standard C library...receive a message from a socket NAME recv, recvfrom, recvmsg - receive a message from a socket LIBRARY Standard C library...receive a message from a socket NAME recv, recvfrom, recvmsg - receive a message from a socket LIBRARY Standard C library...accept a connection on a socket NAME accept, accept4 - accept a connection on a socket LIBRARY Standard C library ( libc...accept a connection on a socket NAME accept, accept4 - accept a connection on a socket LIBRARY Standard C library ( libc...get socket name NAME getsockname - get socket name LIBRARY Standard C library ( libc , -lc ) SYNOPSI...receive multiple messages on a socket NAME recvmmsg - receive multiple messages on a socket LIBRARY Standard C library ( libc ,...send multiple messages on a socket NAME sendmmsg - send multiple messages on a socket LIBRARY Standard C library ( libc , -l...