Searched refs:hdlc_bitstuff_byte (Results 1 – 1 of 1) sorted by relevance
354 static inline int hdlc_bitstuff_byte(struct isowbuf_t *iwb, unsigned char cin, in hdlc_bitstuff_byte() function419 ones = hdlc_bitstuff_byte(iwb, c, ones); in hdlc_buildframe()426 ones = hdlc_bitstuff_byte(iwb, fcs & 0x00ff, ones); in hdlc_buildframe()427 ones = hdlc_bitstuff_byte(iwb, (fcs >> 8) & 0x00ff, ones); in hdlc_buildframe()