Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
H A Dacf.c64 const u_char cp[2] = { HDLC_ADDR, HDLC_UI }; in acf_LayerPush()
97 if (cp[1] != HDLC_UI) { in acf_LayerPull()
105 } else if (cp[0] == HDLC_ADDR && cp[1] == HDLC_UI) { in acf_LayerPull()
H A Dhdlc.h40 #define HDLC_UI 0x03 macro
H A Dhdlc.c389 HDLC_UI, hdlc->stats.badcommand); in hdlc_ReportStatus()
H A Dip.c645 payload[sizeof *uh + 1] == HDLC_UI) { in PacketCheck()
/dragonfly/sys/netgraph7/rfc1490/
H A Dng_rfc1490.c72 #define HDLC_UI 0x03 macro
329 if (*ptr++ != HDLC_UI) in ng_rfc1490_rcvdata()
393 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata()
402 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata()
414 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata()
433 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata()
/dragonfly/sys/netgraph/rfc1490/
H A Dng_rfc1490.c70 #define HDLC_UI 0x03 macro
232 if (*ptr++ != HDLC_UI) in ng_rfc1490_rcvdata()
289 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata()
296 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata()
/dragonfly/sys/netgraph/UI/
H A Dng_UI.c59 #define HDLC_UI 0x03 macro
178 if (*ptr++ != HDLC_UI) in ng_UI_rcvdata()
187 mtod(m, u_char *)[0] = HDLC_UI; in ng_UI_rcvdata()
/dragonfly/sys/netgraph7/UI/
H A Dng_UI.c60 #define HDLC_UI 0x03 macro
187 if (*ptr++ != HDLC_UI) in ng_UI_rcvdata()
196 mtod(m, u_char *)[0] = HDLC_UI; in ng_UI_rcvdata()