Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h130 #define PPPGOODFCS16 PPP_GOODFCS macro
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1282 if ((is_lcp && (fcs16 == PPPGOODFCS16 || fcs32 == PPPGOODFCS32)) || in receive_frame()
1283 ((fcs16 == PPPGOODFCS16 && !(state->sa_flags & SAF_RECVCRC32)) || in receive_frame()
1290 crclen = (fcs16 == PPPGOODFCS16) ? in receive_frame()