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

  /src/sys/net/
ppp_defs.h 101 #define PPP_INITFCS 0xffff /* Initial FCS value */
ppp_tty.c 576 sc->sc_outfcs = pppfcs(PPP_INITFCS, mtod(m, uint8_t *), m->m_len);
971 sc->sc_fcs = PPP_INITFCS;
  /src/external/bsd/ppp/dist/pppd/
demand.c 101 fcs = PPP_INITFCS;
163 fcs = PPP_INITFCS;
242 fcs = PPP_INITFCS;
  /src/external/bsd/ppp/dist/pppdump/
pppdump.c 216 #define PPP_INITFCS 0xffff /* Initial FCS value */
294 fcs = PPP_INITFCS;

Completed in 22 milliseconds