Searched refs:PPP_TRANS (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/net/
H A Dppp_defs.h75 #define PPP_TRANS 0x20 /* Asynchronous transparency modifier */ macro
H A Dppp_tty.c772 if (putc(*start ^ PPP_TRANS, &tp->t_outq)) {
801 *p++ = c ^ PPP_TRANS;
807 *p++ = c ^ PPP_TRANS;
1116 c ^= PPP_TRANS;
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Ddemand.c254 c ^= PPP_TRANS;

Completed in 70 milliseconds