ss/		shared socket library files
       socket.fd
       socket.h
       socket_pragmas.h

rpc/ 		rpc include files
       auth.h                           auth_unix.h
       clnt.h                           netdb.h
       pmap_clnt.h                      pmap_prot.h
       pmap_rmt.h                       rpc.h
       rpc_msg.h                        svc.h
       svc_auth.h                       types.h
       xdr.h

protocols/
       routed.h                         rwhod.h
       talkd.h                          timed.h

netns/ 		XNS stuff.  Why is this here?????
netns/ns.h

netinet/
       icmp_var.h
       if_ether.h
       in.h
       inet.h
       in_pcb.h
       in_systm.h
       in_var.h
       ip.h
       ip_icmp.h
       ip_var.h
       slip.h
       tcp.h
       tcpip.h
       tcp_debug.h
       tcp_fsm.h
       tcp_seq.h
       tcp_timer.h
       tcp_var.h
       udp.h
       udp_var.h

net/
       af.h			defines struct afswitch and afhash
       if.h         defines struct ifnet, ifaddr, ifreq, ifconf
       if_arp.h     defines arphdr, arpreq
       netisr.h     DND
       raw_cb.h     defines rawcb, raw_header
       route.h      defines route, rtentry, rtstat

sys/
       buf.h 		??? DND
       dir.h        Unix directory stuff
       domain.h     defines struct domain
       errno.h      standard error defines
       file.h       ???
       ioctl.h      socket ioctl stuff
       kernel.h     ???
       mbuf.h       mbuf defines for inet.library
       msgbuf.h     ???
       param.h
       protosw.h    defines struct protosw
       signal.h     includes signal.h
       socket.h     include this before any socket operations
       socketvar.h  socket internals
       stat.h
       syslog.h     syslog stuff
       time.h   	defines struct timezone, itimerval
       				timerclear(), timerisset(), timercmp()
       types.h      include first
       uio.h 		defines struct uio and iovec
       user.h       includes errno.h
       vfs.h        struct statfs
       wait.h		empty

rpcsvc/             DND
       bootparam_prot.h
       mount.h
       yp.h

nfs/   				DND
       clmsg.h
       nfs.h
       perm.h

arpa/
       ftp.h		DND
       inet.h		proto for inet_addr(), inet_ntoa()
       nameser.h	not used DND
       telnet.h     DND
       tftp.h       DND

proto/
       inet.h

aeif/
       ae.h     A2065 specific stuff.  Obsolete with SANA2. Do not
                distribute.

action.h        special packet types for NFS

ameristar.h     Board definitions for Ameristar products

cbm.h           Board definitions for Commodore products

config.h        obsolete.  local to socket.library file config.c DND

errno.h         includes sys/errno.h

inetd.h 		format of inetd startup message

inet_offset.i	obsolete

lastlog.h		defines struct lastlog

netdb.h			defines structs hostent, netent, protoent, servent, rpcent
				prototypes for get*ent(), etc.

nlist.h         defines struct nlist.

pwd.h 			defines struct passwd
				prototypes for getpwuid(), getpwnam(), getpwent()

resolv.h 		resolver stuff DND

signal.h		signal definitions
				prototype for signal(), raise()

socket.h		interface to inet.library. DND

stat.h          includes sys/stat.h

syslog.h		includes sys/syslog.h

ttychars.h		for telnet.  DND

utmp.h 			defines struct utmp

varargs.h.old	obsolete

vers.h        	version string DND

