Home
last modified time | relevance | path

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

/openbsd/usr.sbin/pppd/
H A Dcbcp.c127 if (pktlen < CBCP_MINLEN) { in cbcp_input()
136 if (len < CBCP_MINLEN || len > pktlen) { in cbcp_input()
140 len -= CBCP_MINLEN; in cbcp_input()
H A Dcbcp.h48 #define CBCP_MINLEN 4 macro