Searched refs:PPP_ESCAPE (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dppp_defs.h77 #define PPP_ESCAPE 0x7d /* Asynchronous Control Escape */ macro
/macosx-10.10/ppp-786.1.1/Family/
H A Dppp_defs.h70 #define PPP_ESCAPE 0x7d /* Asynchronous Control Escape */ macro
H A Dppp_serial.c153 #define STATE_ESCAPED 0x80000000 /* saw a PPP_ESCAPE */
825 } else if (c == PPP_ESCAPE) {
1051 if (putc(PPP_ESCAPE, &tp->t_outq)) {
1085 *p++ = PPP_ESCAPE;
1091 *p++ = PPP_ESCAPE;
/macosx-10.10/system_cmds-643.1.1/getty.tproj/
H A Dmain.c97 #define PPP_ESCAPE 0x7d /* Escape Character */ macro
593 PPP_FRAME, PPP_STATION, PPP_ESCAPE, PPP_CONTROL_ESCAPED or
604 } else if (ppp_state == 2 && cs == PPP_ESCAPE) {
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Ddemand.c275 } else if (c == PPP_ESCAPE) {

Completed in 128 milliseconds