Home
last modified time | relevance | path

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

/mirbsd/src/sys/net/
Dif_ppp.h71 #define SC_RCV_B7_0 0x01000000 /* have rcvd char with bit 7 = 0 */ macro
Dppp_tty.c859 sc->sc_flags |= SC_RCV_B7_0;
/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()
501 case SC_RCV_B7_0: in clean_check()