Home
last modified time | relevance | path

Searched refs:CCP_OPT_MINLEN (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dppp-comp.h109 #define CCP_OPT_MINLEN 2 macro
H A Dpppdump.c445 if (clen < CCP_HDRLEN + CCP_OPT_MINLEN
/illumos-gate/usr/src/uts/common/net/
H A Dppp-comp.h134 #define CCP_OPT_MINLEN 2 macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c1660 clen >= CCP_HDRLEN + CCP_OPT_MINLEN && in comp_ccp()