The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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