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.c76 #define SC_RCV_BITS (SC_RCV_B7_1|SC_RCV_B7_0|SC_RCV_ODDP|SC_RCV_EVNP)
334 ap->flags = val & ~SC_RCV_BITS; in ppp_sync_receive()
336 ap->rbits = val & SC_RCV_BITS; in ppp_sync_receive()
80 #define SC_RCV_BITS global() macro
H A Dppp_async.c81 #define SC_RCV_BITS (SC_RCV_B7_1|SC_RCV_B7_0|SC_RCV_ODDP|SC_RCV_EVNP)
343 ap->flags = val & ~SC_RCV_BITS; in ppp_asynctty_receive()
345 ap->rbits = val & SC_RCV_BITS; in ppp_asynctty_receive()
763 if (~ap->rbits & SC_RCV_BITS) { in process_input_packet()
83 #define SC_RCV_BITS global() macro
H A Dpptp.c597 opt->ppp_flags = val & ~SC_RCV_BITS; in pptp_ppp_ioctl()