CBCP_MINLEN
if (pktlen < CBCP_MINLEN) {
error("CBCP packet is too small (%d < %d)", pktlen, CBCP_MINLEN);
len -= CBCP_MINLEN;