home *** CD-ROM | disk | FTP | other *** search
-
- This is the source subtree for the ethernet interface library.
-
- Makefile
-
- is a no-frills makefile for the ethernet interface library, so that it
- can be distributed separately, and used with any make. If you have GNU
- make, you should be using the GNUmakefile in the parent directory.
-
- ether.h
-
- is the external interface header file for installation in /usr/include.
-
- libether.h
-
- is the internal header file, for use by the library only.
-
- etherblock.c
- etherints.c
-
- are generic, and should work on any system with Berkeley sockets.
-
- etherread.c
-
- is somewhat generic, and works on SunOS 4.x and BSD+enetfilter systems.
-
- nitaddr.c
-
- has generic NIT code, and should work on any system with NIT.
-
- nit4open.c
-
- has streams-based NIT code, and works only on SunOS 4.x systems.
-
- nit3open.c
-
- has socket-based NIT code, and works only on SunOS 3.x systems.
-
- dliopen.c
-
- has Ultrix DLI code, and works only on Ultrix systems.
-
- enetaddr.c
- enetopen.c
-
- have Stanford enetfilter code, and work only on BSD+enetfilter systems.
-