Home
last modified time | relevance | path

Searched refs:HDLC_UI (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dacf.c62 const u_char cp[2] = { HDLC_ADDR, HDLC_UI }; in acf_LayerPush()
95 if (cp[1] != HDLC_UI) { in acf_LayerPull()
103 } else if (cp[0] == HDLC_ADDR && cp[1] == HDLC_UI) { in acf_LayerPull()
H A Dhdlc.h39 #define HDLC_UI 0x03 macro
H A Dhdlc.c393 HDLC_UI, hdlc->stats.badcommand); in hdlc_ReportStatus()
H A Dip.c671 payload[sizeof *uh + 1] == HDLC_UI) { in PacketCheck()
/freebsd/sys/netgraph/
H A Dng_rfc1490.c71 #define HDLC_UI 0x03 macro
325 if (*ptr++ != HDLC_UI) in ng_rfc1490_rcvdata()
389 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata()
398 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata()
410 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata()
429 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata()
H A Dng_UI.c59 #define HDLC_UI 0x03 macro
182 if (*ptr++ != HDLC_UI) in ng_UI_rcvdata()
191 mtod(m, u_char *)[0] = HDLC_UI; in ng_UI_rcvdata()