Searched refs:sc_outfcs (Results 1 – 2 of 2) sorted by relevance
576 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()
141 uint16_t sc_outfcs; /* FCS so far for output packet */ member