1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/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
sigpvc
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
atm_cm.c
atm_cm.h
atm_device.c
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
atm_ioctl.h
atm_pcb.h
atm_proto.c
atm_sap.h
atm_sigmgr.h
atm_signal.c
atm_socket.c
atm_stack.h
atm_subr.c
atm_sys.h
atm_usrreq.c
atm_var.h
atm_vc.h
atm.h
port.h Silence some warnings 2001-03-20 10:42:49 +00:00
queue.h