Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A Ddemand.c244 && framelen > 2 && fcs == PPP_GOODFCS) {
H A Dpppos.c156 #define PPP_GOODFCS 0xf0b8 /* Good final FCS value */ macro
532 } else if (pppos->in_fcs != PPP_GOODFCS) { in pppos_input()