Home
last modified time | relevance | path

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

/netbsd-src/sys/net/
H A Dppp_tty.c576 sc->sc_outfcs = pppfcs(PPP_INITFCS, mtod(m, uint8_t *), m->m_len); in pppasyncstart()
636 c = ~sc->sc_outfcs & 0xFF; in pppasyncstart()
642 c = (~sc->sc_outfcs >> 8) & 0xFF; in pppasyncstart()
678 sc->sc_outfcs = pppfcs(sc->sc_outfcs, mtod(m, uint8_t *), m->m_len); in pppasyncstart()
H A Dif_pppvar.h141 uint16_t sc_outfcs; /* FCS so far for output packet */ member