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

/freebsd-11-stable/usr.sbin/ppp/
H A Dacf.c64 const u_char cp[2] = { HDLC_ADDR, HDLC_UI };
97 if (cp[1] != HDLC_UI) {
105 } else if (cp[0] == HDLC_ADDR && cp[1] == HDLC_UI) {
H A Dhdlc.h41 #define HDLC_UI 0x03 macro
H A Dhdlc.c395 HDLC_UI, hdlc->stats.badcommand);
H A Dip.c673 payload[sizeof *uh + 1] == HDLC_UI) {
/freebsd-11-stable/sys/netgraph/
H A Dng_UI.c62 #define HDLC_UI 0x03 macro
185 if (*ptr++ != HDLC_UI)
194 mtod(m, u_char *)[0] = HDLC_UI;
H A Dng_rfc1490.c73 #define HDLC_UI 0x03 macro
327 if (*ptr++ != HDLC_UI)
391 mtod(m, u_char *)[0] = HDLC_UI;
400 mtod(m, u_char *)[0] = HDLC_UI;
406 * HDLC_UI PAD NLIPID OUI PID
412 mtod(m, u_char *)[0] = HDLC_UI;
431 mtod(m, u_char *)[0] = HDLC_UI;

Completed in 96 milliseconds