Searched refs:sc_fcs (Results 1 – 2 of 2) sorted by relevance
863 || (ilen > 0 && sc->sc_fcs != PPP_GOODFCS)) { in pppinput()869 sc->sc_fcs); in pppinput()961 sc->sc_fcs = PPP_INITFCS; in pppinput()1019 sc->sc_fcs = PPP_FCS(sc->sc_fcs, c); in pppinput()
138 u_int16_t sc_fcs; /* FCS so far (input) */ member