Home
last modified time | relevance | path

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

/mirbsd/src/sys/net/
Dif_ppp.h72 #define SC_RCV_B7_1 0x02000000 /* have rcvd char with bit 7 = 1 */ macro
Dppp_tty.c857 sc->sc_flags |= SC_RCV_B7_1;
/mirbsd/src/usr.sbin/pppd/
Dsys-bsd.c500 switch (~x & (SC_RCV_B7_0|SC_RCV_B7_1|SC_RCV_EVNP|SC_RCV_ODDP)) { in clean_check()
504 case SC_RCV_B7_1: in clean_check()