freebsd-dev/sys/netatm/ipatm
Hartmut Brandt dd937e32bd Make the ioctl() interface cleaner with regard to types: use size_t
instead of int where the variable has to hold buffer lengths,
use u_int for things like number of network interfaces which
in principle can never be negative.
2003-07-29 13:32:10 +00:00
..
ipatm_event.c
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 Make the ioctl() interface cleaner with regard to types: use size_t 2003-07-29 13:32:10 +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 Add support for VBR and CBR PVCs for IP over ATM. 2003-07-25 08:35:26 +00:00
ipatm.h