Home
last modified time | relevance | path

Searched refs:INITFCS (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dhdlc.c112 u_short fcs = INITFCS; in hdlc_Fcs()
149 fcs = HdlcFcsBuf(INITFCS, bp); in hdlc_LayerPush()
H A Dhdlc.h43 #define INITFCS 0xffff /* Initial value for FCS computation */ macro