freebsd-dev/sys/netatm
Jonathan Lemon f9132cebdc Wrap array accesses in macros, which also happen to be lvalues:
ifnet_addrs[i - 1]  -> ifaddr_byindex(i)
        ifindex2ifnet[i]    -> ifnet_byindex(i)

This is intended to ease the conversion to SMPng.
2001-09-06 02:40:43 +00:00
..
ipatm Add back some now needed #include <sys/systm.h> 2000-12-07 22:19:06 +00:00
sigpvc Remove more unused #includes. 2000-10-30 07:42:06 +00:00
spans Silence some warnings 2001-03-20 10:42:49 +00:00
uni Commited patch for uni signaling fix. 2001-07-11 16:31:50 +00:00
atm_aal5.c Add back some #include <sys/systm.h> which were needed when <sys/ktr.h> 2000-10-30 20:37:01 +00:00
atm_cm.c Add back some #include <sys/systm.h> which were needed when <sys/ktr.h> 2000-10-30 20:37:01 +00:00
atm_cm.h
atm_device.c Lock down the network interface queues. The queue mutex must be obtained 2000-11-25 07:35:38 +00:00
atm_if.c Wrap array accesses in macros, which also happen to be lvalues: 2001-09-06 02:40:43 +00:00
atm_if.h Remove the #include kitchensink <netatm/kern_include.h> and add 2000-10-12 08:14:20 +00:00
atm_ioctl.h
atm_pcb.h
atm_proto.c Remove more unused #includes. 2000-10-27 21:14:25 +00:00
atm_sap.h
atm_sigmgr.h
atm_signal.c Add back some now needed #include <sys/systm.h> 2000-12-07 22:19:06 +00:00
atm_socket.c Add back some now needed #include <sys/systm.h> 2000-12-07 22:19:06 +00:00
atm_stack.h
atm_subr.c Lock down the network interface queues. The queue mutex must be obtained 2000-11-25 07:35:38 +00:00
atm_sys.h
atm_usrreq.c Add back some now needed #include <sys/systm.h> 2000-12-07 22:19:06 +00:00
atm_var.h
atm_vc.h
atm.h
port.h Silence some warnings 2001-03-20 10:42:49 +00:00
queue.h