Home
last modified time | relevance | path

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.c145 if (pktlen < CBCP_MINLEN) {
146 error("CBCP packet is too small (%d < %d)", pktlen, CBCP_MINLEN);
159 len -= CBCP_MINLEN;
H A Dcbcp.h26 #define CBCP_MINLEN 4 macro