DMFE_MAX_PKT_SIZE
if ((totlen += mblen) <= DMFE_MAX_PKT_SIZE) {
ASSERT(totlen <= DMFE_MAX_PKT_SIZE);
if (packet_length > DMFE_MAX_PKT_SIZE) {