Home
last modified time | relevance | path

Searched refs:PPP_INITFCS (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/pppd/
H A Ddemand.c99 fcs = PPP_INITFCS; in demand_conf()
142 fcs = PPP_INITFCS; in demand_drop()
222 fcs = PPP_INITFCS;
/openbsd/sys/net/
H A Dppp_defs.h87 #define PPP_INITFCS 0xffff /* Initial FCS value */ macro
H A Dppp_tty.c532 sc->sc_outfcs = pppfcs(PPP_INITFCS, mtod(m, u_char *), m->m_len); in pppasyncstart()
960 sc->sc_fcs = PPP_INITFCS; in pppinput()