HomeSort by: relevance | last modified time | path
    Searched refs:pppfcs (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
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);
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);

Completed in 24 milliseconds