1
2Interface.pm				perl portion of module
3Interface.xs				perlxs portion of module
4build_stuff/generate_SIOCS.pl		generates a list of SIOCxxx's from target include file
5build_stuff/make_config_acheck.pl	process output of make_ordered_list.pl below
6build_stuff/make_defaults.pl		process output of make_rodered_list.pl below
7build_stuff/make_ordered_list.pl	creat an ordered list of header files for config inclusion
8config.h				site local configuration info generated by ./configure
9configure				site local configuration script
10configure.ac				autoconfig script
11defaults.h				include decision tree for ./configure output
12hints/solaris_2.pl			like it says...
13inet_aton.c				inet_aton for OS's that don't have it, i.e. old Solaris
14inst/netsymbols.pl			creates site local symbol includes for AF_xxx, etc...
15install-sh				autoconf required file
16localconf.h				wrapper for *.h files and a few fixups for types
17miniSocket.inc				Perl's version of inet_aton, inet_ntoa, tuned up a bit
18ni_IFF_inc.c				site local IFF_xxx definition table
19ni_XStabs_inc.c				site local symbol definition tables
20ni_in6_classify.c			extracts universal "type" information from ipV6 address
21ni_af_inet.c				getifaddrs, get, set operations unique to AF_INET family
22ni_fixups.h				functions missing in various OS's
23ni_fallbackhwaddr			lots of ways to get MAC address that's not in DL or LL record
24ni_funct.h				header info for ni_xxx files
25ni_getifaddrs.c				getifaddrs decision tree
26ni_ifreq.c				getifreq, getifaddrs, developer interface for flavor "ifreq"
27ni_in6_ifreq.c				getifreq, getifaddrs, developer interface for flavor "in6_ifreq"
28ni_lifreq.c				getifreq, getifaddrs, developer interface for flavor "lifreq"
29ni_linuxproc.c				getifreq, getifaddrs, developer interface for flavor "linuxproc"
30ni_malloc.c				malloc for systems with broken malloc
31ni_memcmp.c				memcmp for systems without memcmp
32ni_memcmp.h				header for above
33ni_strlcpy.c				strlcpy for systems without strlcpy
34ni_strlcpy.h				header for above
35ni_util.c				our utilities, functions that don't fit in a family
36pathnames.h				saved, proc file paths, may be usefule
37ppport.h				hmmm... don't know why this is here
38test.pl					current access to developercode
39typemap					like it says
40
41