Lines Matching refs:status
76 int status;
79 status = -HDLC_FRAMING_ERROR;
81 status = -HDLC_CRC_ERROR;
86 status = hdlc->dstpos;
88 return status;
115 returns - number of decoded bytes in the destination buffer and status
121 int status = 0;
232 status = -HDLC_FRAMING_ERROR;
256 status = check_frame(hdlc);
274 if (status) {
279 return status;
292 status = -HDLC_LENGTH_ERROR;