Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dacf.c62 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()
H A Dhdlc.h38 #define HDLC_ADDR 0xff macro
H A Dhdlc.c391 HDLC_ADDR, hdlc->stats.badaddr); in hdlc_ReportStatus()
H A Dip.c670 payload[sizeof *uh] == HDLC_ADDR && in PacketCheck()