.. > 2.5 MAXLINKNAMELEN > > The MAXLINKNAMELEN constant has been added to <sys/param.h>, and it > defines the longest possible permitted datalink name (including the > terminating NULL character.) Its stability level is Committed. > > Note that the existing DLPI_LINKNAME_MAX constant remains, but it only > intended for use by libdlpi consumers, whereas MAXLINKNAMELEN is > appropriate for more general use.
What relation does this have, if any, to the other #define'd constants such as LIFNAMSIZ, that are used by networking in, for example, struct lifreq? Darren
