PORT_MAX_LIST
if (nent <= PORT_MAX_LIST) {
if (nent - offset > PORT_MAX_LIST)
lnent = PORT_MAX_LIST;
uint_t port_max_list = PORT_MAX_LIST;