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