Home
last modified time | relevance | path

Searched refs:SC_RCV_ODDP (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/include/net/
Dpptp.h7 #define SC_RCV_BITS (SC_RCV_B7_1|SC_RCV_B7_0|SC_RCV_ODDP|SC_RCV_EVNP)
/linux-5.19.10/include/uapi/linux/
Dppp-ioctl.h47 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */ macro
/linux-5.19.10/drivers/net/ppp/
Dppp_async.c85 #define SC_RCV_BITS (SC_RCV_B7_1|SC_RCV_B7_0|SC_RCV_ODDP|SC_RCV_EVNP)
846 s |= (0x6996 & (1 << c))? SC_RCV_ODDP: SC_RCV_EVNP; in ppp_async_input()
Dppp_synctty.c82 #define SC_RCV_BITS (SC_RCV_B7_1|SC_RCV_B7_0|SC_RCV_ODDP|SC_RCV_EVNP)
/linux-5.19.10/drivers/tty/ipwireless/
Dnetwork.c36 #define SC_RCV_BITS (SC_RCV_B7_1|SC_RCV_B7_0|SC_RCV_ODDP|SC_RCV_EVNP)