Home | History | Annotate | Download | only in src

Lines Matching defs:fcs

182   u_short fcs;
193 fcs = hdlc_Fcs(bufp, 2 + orglen);
194 fcs = ~fcs;
209 *wp++ = fcs & 0377;
210 *wp++ = fcs >> 8;
224 u_short fcs;
262 fcs = hdlc_Fcs(bufp, wp->m_len = pp - bufp);
263 if (fcs == GOODFCS) {
280 log_Printf(LogDEBUG, "Pred1Input: fcs = 0x%04x (%scompressed), len = 0x%x,"
281 " olen = 0x%x\n", fcs, pre, len, olen);