Home
last modified time | relevance | path

Searched refs:PPP_GOODFCS (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/net/
H A Dppp_defs.h128 #define PPP_GOODFCS 0xf0b8 /* Good final FCS value */ macro
132 #define PPPGOODFCS16 PPP_GOODFCS
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dpppdump.c311 if (decompress && fcs == PPP_GOODFCS) {
373 if (fcs != PPP_GOODFCS)
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c230 && framelen > 2 && fcs == PPP_GOODFCS) {