Searched defs:CCP_ISUP (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dpppdump.c232 #define CCP_ISUP 1 macro
325 if ((pkt->flags & CCP_ISUP)
444 cp->flags &= ~(CCP_DECOMP_RUN | CCP_ISUP);
458 cp->flags |= CCP_ISUP;
470 cp->flags &= ~(CCP_DECOMP_RUN | CCP_ISUP);
474 if (cp->flags & CCP_ISUP) {
/illumos-gate/usr/src/uts/common/net/
H A Dpppio.h95 #define CCP_ISUP 0x200 /* do packet comp/decomp */ macro

Completed in 69 milliseconds