Searched refs:dstpos (Results 1 – 2 of 2) sorted by relevance
78 if (hdlc->dstpos < 2) /* too small - framing error */ in check_frame()84 hdlc->dstpos -= 2; in check_frame()86 status = hdlc->dstpos; in check_frame()275 hdlc->dstpos = 0; in isdnhdlc_decode()288 if (hdlc->dstpos < dsize) in isdnhdlc_decode()289 dst[hdlc->dstpos++] = hdlc->shift_reg; in isdnhdlc_decode()293 hdlc->dstpos = 0; in isdnhdlc_decode()
25 int dstpos; member