home *** CD-ROM | disk | FTP | other *** search
-
- Intro.3sock.html:
- Title = Intro(3sock)
- Version = 1.0
- Name = Intro - introduction to networking functions and libraries
- IndexEntry = intro - introduction to networking functions and libraries
- SubName = intro - introduction to networking functions and libraries
-
- accept.3sock.html:
- Title = accept(3sock)
- Version = 1.0
- Name = accept - accept a connection on a socket
-
- bind.3sock.html:
- Title = bind(3sock)
- Version = 1.0
- Name = bind - bind a protocol address to a socket
-
- connect.3sock.html:
- Title = connect(3sock)
- Version = 1.0
- Name = connect - initiate a connection on a socket
-
- get_h_errno.3sock.html:
- Title = get_h_errno(3sock)
- Version = 1.0
- Name = get_h_errno, set_h_errno - get/set h_errno value
- SubName = get_h_errno - get h_errno value
- SubName = set_h_errno - set h_errno value
-
- getpeername.3sock.html:
- Title = getpeername(3sock)
- Version = 1.0
- Name = getpeername - get address of connected peer
-
- getsockname.3sock.html:
- Title = getsockname(3sock)
- Version = 1.0
- Name = getsockname - get socket address
-
- getsockopt.3sock.html:
- Title = getsockopt(3sock)
- Version = 1.0
- Name = getsockopt, setsockopt - get and set options on sockets
- SubName = getsockopt - get options on sockets
- SubName = setsockopt - set options on sockets
-
- get_t_errno.3sock.html:
- Title = get_t_errno(3sock)
- Version = 1.0
- Name = get_t_errno, set_t_errno - get/set t_errno value
- SubName = get_t_errno - get t_errno value
- SubName = set_t_errno - set t_errno value
-
- listen.3sock.html:
- Title = listen(3sock)
- Version = 1.0
- Name = listen - listen for connections on a socket
-
- recv.3sock.html:
- Title = recv(3sock)
- Version = 1.0
- Name = recv - receive a message from a socket
- SubName = recvfrom - receive a message from a socket
- SubName = recvmsg - receive a message from a socket
-
- select.3sock.html:
- Title = select(3sock)
- Version = 1.0
- Name = select - synchronous I/O multiplexing
-
- send.3sock.html:
- Title = send(3sock)
- Version = 1.0
- Name = send - send a message from a socket
- SubName = sendto - send a message from a socket
- SubName = sendmsg - send a message from a socket
-
- shutdown.3sock.html:
- Title = shutdown(3sock)
- Version = 1.0
- Name = shutdown - shut down part of a full-duplex connection
-
- socket.3sock.html:
- Title = socket(3sock)
- Version = 1.0
- Name = socket - create an endpoint for communication
-
- socketpair.3sock.html:
- Title = socketpair(3sock)
- Version = 1.0
- Name = socketpair - create a pair of connected sockets
-