pppfcs
static uint16_t pppfcs(uint16_t fcs, const uint8_t *cp, int len);
sc->sc_outfcs = pppfcs(PPP_INITFCS, mtod(m, uint8_t *), m->m_len);
sc->sc_outfcs = pppfcs(sc->sc_outfcs, mtod(m, uint8_t *), m->m_len);