freebsd-dev/sys/netatm/ipatm
Bruce Evans f9d801d6f7 Include <sys/malloc.h> for the declaration of malloc(), etc. instead
of depending on namespace pollution 2 layers deep in <vm/uma.h>.  Fixed
most nearby include messes (another like this, several the opposite of
this, and some formatting).
2003-11-14 21:02:10 +00:00
..
ipatm_event.c Use __FBSDID(). 2003-06-11 07:00:30 +00:00
ipatm_if.c Allocate network interfaces from malloc() instead of using a zone. 2003-07-22 15:11:08 +00:00
ipatm_input.c Make the debugging variable that controls dumping of IP over ATM packets 2003-07-24 15:25:17 +00:00
ipatm_load.c Make the debugging variable that controls dumping of IP over ATM packets 2003-07-24 15:25:17 +00:00
ipatm_output.c Make the debugging variable that controls dumping of IP over ATM packets 2003-07-24 15:25:17 +00:00
ipatm_serv.h
ipatm_usrreq.c Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
ipatm_var.h Add support for VBR and CBR PVCs for IP over ATM. 2003-07-25 08:35:26 +00:00
ipatm_vcm.c Include <sys/malloc.h> for the declaration of malloc(), etc. instead 2003-11-14 21:02:10 +00:00
ipatm.h