Home
last modified time | relevance | path

Searched refs:PPP_ESCAPE (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1125 *tp++ = PPP_ESCAPE; in ahdlc_encode()
1135 *tp++ = PPP_ESCAPE; in ahdlc_encode()
1200 *tp++ = PPP_ESCAPE; in ahdlc_encode()
1207 *tp++ = PPP_ESCAPE; in ahdlc_encode()
1215 *tp++ = PPP_ESCAPE; in ahdlc_encode()
1222 *tp++ = PPP_ESCAPE; in ahdlc_encode()
1557 } else if (chr == PPP_ESCAPE) { in ahdlc_decode()
/titanic_44/usr/src/uts/common/net/
H A Dppp_defs.h71 #define PPP_ESCAPE 0x7d /* Asynchronous Control Escape */ macro
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c246 } else if (c == PPP_ESCAPE) {