Searched refs:CBCP_MINLEN (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dcbcp.h28 #define CBCP_MINLEN 4 macro
H A Dcbcp.c152 if (pktlen < CBCP_MINLEN) {
153 error("CBCP packet is too small (%d < %d)", pktlen, CBCP_MINLEN);
166 len -= CBCP_MINLEN;

Completed in 70 milliseconds