Searched refs:CBCP_MINLEN (Results 1 – 2 of 2) sorted by relevance
145 if (pktlen < CBCP_MINLEN) {146 error("CBCP packet is too small (%d < %d)", pktlen, CBCP_MINLEN);159 len -= CBCP_MINLEN;
26 #define CBCP_MINLEN 4 macro