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

/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.h119 #define SAF_XMITCRCNONE 0x00000800 /* transmit no CRC */ macro
H A Dspppasyn.c547 state->sa_flags &= ~SAF_XMITCRC32 & ~SAF_XMITCRCNONE;
557 state->sa_flags |= SAF_XMITCRCNONE;
1187 if ((flags & SAF_XMITCRCNONE) && !is_lcp && !is_ctrl)

Completed in 48 milliseconds