home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / BASEman / root.19 / usr / lib / scohelp / en_US.ISO8859-1 / man / html.3sock / man.3sock.node < prev   
Encoding:
Text File  |  1998-08-19  |  2.4 KB  |  93 lines

  1.  
  2. Intro.3sock.html:
  3.     Title = Intro(3sock)
  4.     Version = 1.0
  5.     Name = Intro - introduction to networking functions and libraries
  6.     IndexEntry = intro - introduction to networking functions and libraries
  7.     SubName = intro - introduction to networking functions and libraries
  8.  
  9. accept.3sock.html:
  10.     Title = accept(3sock)
  11.     Version = 1.0
  12.     Name = accept - accept a connection on a socket
  13.  
  14. bind.3sock.html:
  15.     Title = bind(3sock)
  16.     Version = 1.0
  17.     Name = bind - bind a protocol address to a socket
  18.  
  19. connect.3sock.html:
  20.     Title = connect(3sock)
  21.     Version = 1.0
  22.     Name = connect - initiate a connection on a socket
  23.  
  24. get_h_errno.3sock.html:
  25.     Title = get_h_errno(3sock)
  26.     Version = 1.0
  27.     Name = get_h_errno, set_h_errno - get/set h_errno value
  28.     SubName = get_h_errno - get h_errno value
  29.     SubName = set_h_errno - set h_errno value
  30.  
  31. getpeername.3sock.html:
  32.     Title = getpeername(3sock)
  33.     Version = 1.0
  34.     Name = getpeername - get address of connected peer
  35.  
  36. getsockname.3sock.html:
  37.     Title = getsockname(3sock)
  38.     Version = 1.0
  39.     Name = getsockname - get socket address
  40.  
  41. getsockopt.3sock.html:
  42.     Title = getsockopt(3sock)
  43.     Version = 1.0
  44.     Name = getsockopt, setsockopt - get and set options on sockets
  45.     SubName = getsockopt - get options on sockets
  46.     SubName = setsockopt - set options on sockets
  47.  
  48. get_t_errno.3sock.html:
  49.     Title = get_t_errno(3sock)
  50.     Version = 1.0
  51.     Name = get_t_errno, set_t_errno - get/set t_errno value
  52.     SubName = get_t_errno - get t_errno value
  53.     SubName = set_t_errno - set t_errno value
  54.  
  55. listen.3sock.html:
  56.     Title = listen(3sock)
  57.     Version = 1.0
  58.     Name = listen - listen for connections on a socket
  59.  
  60. recv.3sock.html:
  61.     Title = recv(3sock)
  62.     Version = 1.0
  63.     Name = recv - receive a message from a socket
  64.     SubName = recvfrom - receive a message from a socket
  65.     SubName = recvmsg - receive a message from a socket
  66.  
  67. select.3sock.html:
  68.     Title = select(3sock)
  69.     Version = 1.0
  70.     Name = select - synchronous I/O multiplexing
  71.  
  72. send.3sock.html:
  73.     Title = send(3sock)
  74.     Version = 1.0
  75.     Name = send - send a message from a socket
  76.     SubName = sendto - send a message from a socket
  77.     SubName = sendmsg - send a message from a socket
  78.  
  79. shutdown.3sock.html:
  80.     Title = shutdown(3sock)
  81.     Version = 1.0
  82.     Name = shutdown - shut down part of a full-duplex connection
  83.  
  84. socket.3sock.html:
  85.     Title = socket(3sock)
  86.     Version = 1.0
  87.     Name = socket - create an endpoint for communication
  88.  
  89. socketpair.3sock.html:
  90.     Title = socketpair(3sock)
  91.     Version = 1.0
  92.     Name = socketpair - create a pair of connected sockets
  93.