Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1124 *tp++ = PPP_ESCAPE; in ahdlc_encode()
1134 *tp++ = PPP_ESCAPE; in ahdlc_encode()
1199 *tp++ = PPP_ESCAPE; in ahdlc_encode()
1206 *tp++ = PPP_ESCAPE; in ahdlc_encode()
1214 *tp++ = PPP_ESCAPE; in ahdlc_encode()
1221 *tp++ = PPP_ESCAPE; in ahdlc_encode()
1556 } else if (chr == PPP_ESCAPE) { in ahdlc_decode()
/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h69 #define PPP_ESCAPE 0x7d /* Asynchronous Control Escape */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c240 } else if (c == PPP_ESCAPE) {