Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dppp_tty.c863 || (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()
H A Dif_pppvar.h138 u_int16_t sc_fcs; /* FCS so far (input) */ member