Searched refs:HDLC_ADDR (Results 1 – 4 of 4) sorted by relevance
62 const u_char cp[2] = { HDLC_ADDR, HDLC_UI }; in acf_LayerPush()88 if (cp[0] != HDLC_ADDR) { in acf_LayerPull()103 } else if (cp[0] == HDLC_ADDR && cp[1] == HDLC_UI) { in acf_LayerPull()
38 #define HDLC_ADDR 0xff macro
391 HDLC_ADDR, hdlc->stats.badaddr); in hdlc_ReportStatus()
670 payload[sizeof *uh] == HDLC_ADDR && in PacketCheck()