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

/netbsd-6-1-5-RELEASE/dist/pppd/pppdump/
H A Dpppdump.c263 #define CCP_ISUP 1 macro
355 if ((pkt->flags & CCP_ISUP)
472 cp->flags &= ~(CCP_DECOMP_RUN | CCP_ISUP);
486 cp->flags |= CCP_ISUP;
498 cp->flags &= ~(CCP_DECOMP_RUN | CCP_ISUP);
502 if (cp->flags & CCP_ISUP) {

Completed in 95 milliseconds