Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/ppp/
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()
Dhdlc.h39 #define HDLC_UI 0x03 macro
Dhdlc.c393 HDLC_UI, hdlc->stats.badcommand); in hdlc_ReportStatus()
Dip.c671 payload[sizeof *uh + 1] == HDLC_UI) { in PacketCheck()
/freebsd-9-stable/sys/netgraph/
Dng_rfc1490.c73 #define HDLC_UI 0x03 macro
327 if (*ptr++ != HDLC_UI) in ng_rfc1490_rcvdata()
391 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata()
400 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata()
412 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata()
431 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata()
Dng_UI.c62 #define HDLC_UI 0x03 macro
185 if (*ptr++ != HDLC_UI) in ng_UI_rcvdata()
194 mtod(m, u_char *)[0] = HDLC_UI; in ng_UI_rcvdata()