Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/net/
H A Dppp_defs.h132 #define PPPGOODFCS16 PPP_GOODFCS macro
/titanic_41/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1283 if ((is_lcp && (fcs16 == PPPGOODFCS16 || fcs32 == PPPGOODFCS32)) || in receive_frame()
1284 ((fcs16 == PPPGOODFCS16 && !(state->sa_flags & SAF_RECVCRC32)) || in receive_frame()
1291 crclen = (fcs16 == PPPGOODFCS16) ? in receive_frame()