home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume20 / etherlib / part01 / src / ReadMe < prev   
Encoding:
Text File  |  1989-10-24  |  1021 b   |  47 lines

  1.  
  2. This is the source subtree for the ethernet interface library.
  3.  
  4. Makefile
  5.  
  6.     is a no-frills makefile for the ethernet interface library, so that it
  7.     can be distributed separately, and used with any make.  If you have GNU
  8.     make, you should be using the GNUmakefile in the parent directory.
  9.  
  10. ether.h
  11.  
  12.     is the external interface header file for installation in /usr/include.
  13.  
  14. libether.h
  15.  
  16.     is the internal header file, for use by the library only.
  17.  
  18. etherblock.c
  19. etherints.c
  20.  
  21.     are generic, and should work on any system with Berkeley sockets.
  22.  
  23. etherread.c
  24.  
  25.     is somewhat generic, and works on SunOS 4.x and BSD+enetfilter systems.
  26.  
  27. nitaddr.c
  28.  
  29.     has generic NIT code, and should work on any system with NIT.
  30.  
  31. nit4open.c
  32.  
  33.     has streams-based NIT code, and works only on SunOS 4.x systems.
  34.  
  35. nit3open.c
  36.  
  37.     has socket-based NIT code, and works only on SunOS 3.x systems.
  38.  
  39. dliopen.c
  40.  
  41.     has Ultrix DLI code, and works only on Ultrix systems.
  42.  
  43. enetaddr.c
  44. enetopen.c
  45.  
  46.     have Stanford enetfilter code, and work only on BSD+enetfilter systems.
  47.