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

/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.h118 #define SAF_XMITCRC32 0x00000400 /* transmit 32 bit CRC */ macro
H A Dspppasyn.c547 state->sa_flags &= ~SAF_XMITCRC32 & ~SAF_XMITCRCNONE;
552 state->sa_flags |= SAF_XMITCRC32;
1120 if (flags & SAF_XMITCRC32) {
1190 if (!(flags & SAF_XMITCRC32))
1212 if (flags & SAF_XMITCRC32) {

Completed in 60 milliseconds