pppfcs
u_int16_t pppfcs(u_int16_t fcs, u_char *cp, int len);
sc->sc_outfcs = pppfcs(PPP_INITFCS, mtod(m, u_char *), m->m_len);
sc->sc_outfcs = pppfcs(sc->sc_outfcs, mtod(m, u_char *), m->m_len);