Home
last modified time | relevance | path

Searched refs:SC_RCV_BITS (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Dpptp.h10 #define SC_RCV_BITS (SC_RCV_B7_1|SC_RCV_B7_0|SC_RCV_ODDP|SC_RCV_EVNP) macro
/linux/drivers/net/ppp/
H A Dppp_synctty.c80 #define SC_RCV_BITS (SC_RCV_B7_1|SC_RCV_B7_0|SC_RCV_ODDP|SC_RCV_EVNP) macro
403 ap->flags = val & ~SC_RCV_BITS; in ppp_sync_ioctl()
405 ap->rbits = val & SC_RCV_BITS; in ppp_sync_ioctl()
H A Dppp_async.c83 #define SC_RCV_BITS (SC_RCV_B7_1|SC_RCV_B7_0|SC_RCV_ODDP|SC_RCV_EVNP) macro
411 ap->flags = val & ~SC_RCV_BITS; in ppp_async_ioctl()
413 ap->rbits = val & SC_RCV_BITS; in ppp_async_ioctl()
831 if (~ap->rbits & SC_RCV_BITS) { in ppp_async_input()
H A Dpptp.c597 opt->ppp_flags = val & ~SC_RCV_BITS; in pptp_ppp_ioctl()