Searched refs:PPP_INITFCS (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/net/
H A Dppp_defs.h105 #define PPP_INITFCS 0xffff /* Initial FCS value */ macro
H A Dppp_tty.c738 sc->sc_outfcs = pppfcs(PPP_INITFCS, mtod(m, uint8_t *), m->m_len);
1148 sc->sc_fcs = PPP_INITFCS;
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Ddemand.c106 fcs = PPP_INITFCS;
168 fcs = PPP_INITFCS;
248 fcs = PPP_INITFCS;
/netbsd-6-1-5-RELEASE/dist/pppd/pppdump/
H A Dpppdump.c326 fcs = PPP_INITFCS;

Completed in 46 milliseconds