freebsd-dev/sys/netatm/spans
Brooks Davis 9bf40ede4a Replace the if_name and if_unit members of struct ifnet with new members
if_xname, if_dname, and if_dunit. if_xname is the name of the interface
and if_dname/unit are the driver name and instance.

This change paves the way for interface renaming and enhanced pseudo
device creation and configuration symantics.

Approved By:	re (in principle)
Reviewed By:	njl, imp
Tested On:	i386, amd64, sparc64
Obtained From:	NetBSD (if_xname)
2003-10-31 18:32:15 +00:00
..
spans_arp.c Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
spans_cls.c Print the offending SPANS message only if printing is enabled. 2003-07-25 12:32:08 +00:00
spans_cls.h
spans_if.c Make the ioctl() interface cleaner with regard to types: use size_t 2003-07-29 13:32:10 +00:00
spans_kxdr.c Use __FBSDID(). 2003-06-11 07:11:35 +00:00
spans_kxdr.h Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
spans_msg.c Use __FBSDID(). 2003-06-11 07:11:35 +00:00
spans_print.c Use __FBSDID(). 2003-06-11 07:11:35 +00:00
spans_proto.c Create a sysctl that allows to enable/disable printing of SPANS messages. 2003-07-24 14:37:01 +00:00
spans_subr.c Use __FBSDID(). 2003-06-11 07:11:35 +00:00
spans_util.c Use __FBSDID(). 2003-06-11 07:11:35 +00:00
spans_var.h Create a sysctl that allows to enable/disable printing of SPANS messages. 2003-07-24 14:37:01 +00:00
spans_xdr.x