Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dppp-comp.h102 #define CCP_CODE(dp) ((dp)[0]) macro
H A Dpppdump.c442 switch (CCP_CODE(dp)) {
/illumos-gate/usr/src/uts/common/net/
H A Dppp-comp.h127 #define CCP_CODE(dp) ((dp)[0]) macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c1650 (IS_CP_HASUNIT(cp) ? cp->cp_unit : -1), CCP_CODE(dp), in comp_ccp()
1652 switch (CCP_CODE(dp)) { in comp_ccp()