Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dppp-comp.h104 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3]) macro
H A Dpppdump.c438 clen = CCP_LENGTH(dp);
/illumos-gate/usr/src/uts/common/net/
H A Dppp-comp.h129 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3]) macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c1644 clen = CCP_LENGTH(dp); in comp_ccp()