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

/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.h117 #define SAF_IFLUSH 0x00000200 /* discarding due to hangup or error */ macro
H A Dspppasyn.c950 state->sa_flags |= SAF_IFLUSH;
1453 if ((flagtmp & SAF_IFLUSH) || outmp == NULL) {
1454 flagtmp &= ~SAF_IFLUSH & ~SAF_ESCAPED;
1498 if (flagtmp & SAF_IFLUSH) {
1527 flagtmp |= SAF_IFLUSH;
1535 flagtmp &= ~(SAF_IFLUSH | SAF_ESCAPED);
1583 flagtmp |= SAF_IFLUSH;

Completed in 48 milliseconds