Home
last modified time | relevance | path

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

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