Accepts a new socket.
Binds the name to the socket.
Connects the name to the socket.
Returns the socket address of the other end of the socket.
Returns the name of the socket.
Returns the socket options.
Starts listening on the specified socket.
Receives a message on socket.
Sends a message on the socket.
Sets the requested socket option.
Shuts down a socket.
Creates a socket in domain with type and protocol.
Works the same as socket, but creates a pair of bidirectional sockets.