ppp_tty.c | 156 static uint16_t pppfcs(uint16_t fcs, const uint8_t *cp, int len); 525 pppfcs(uint16_t fcs, const uint8_t *cp, int len) function in typeref:typename:uint16_t 576 sc->sc_outfcs = pppfcs(PPP_INITFCS, mtod(m, uint8_t *), m->m_len); 678 sc->sc_outfcs = pppfcs(sc->sc_outfcs, mtod(m, uint8_t *), m->m_len);
|