Home
last modified time | relevance | path

Searched refs:HDLC_ADDR (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.sbin/ppp/
H A Dacf.c64 const u_char cp[2] = { HDLC_ADDR, HDLC_UI }; in acf_LayerPush()
90 if (cp[0] != HDLC_ADDR) { in acf_LayerPull()
105 } else if (cp[0] == HDLC_ADDR && cp[1] == HDLC_UI) { in acf_LayerPull()
H A Dhdlc.h39 #define HDLC_ADDR 0xff macro
H A Dhdlc.c387 HDLC_ADDR, hdlc->stats.badaddr); in hdlc_ReportStatus()
H A Dip.c644 payload[sizeof *uh] == HDLC_ADDR && in PacketCheck()