Home
last modified time | relevance | path

Searched refs:SAF_IFLUSH (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.h115 #define SAF_IFLUSH 0x00000200 /* discarding due to hangup or error */ macro
H A Dspppasyn.c949 state->sa_flags |= SAF_IFLUSH; in spppasyn_rput()
1452 if ((flagtmp & SAF_IFLUSH) || outmp == NULL) { in ahdlc_decode()
1453 flagtmp &= ~SAF_IFLUSH & ~SAF_ESCAPED; in ahdlc_decode()
1497 if (flagtmp & SAF_IFLUSH) { in ahdlc_decode()
1526 flagtmp |= SAF_IFLUSH; in ahdlc_decode()
1534 flagtmp &= ~(SAF_IFLUSH | SAF_ESCAPED); in ahdlc_decode()
1582 flagtmp |= SAF_IFLUSH; in ahdlc_decode()