Searched refs:SC_RCV_BITS (Results 1 – 4 of 4) sorted by relevance
10 #define SC_RCV_BITS (SC_RCV_B7_1|SC_RCV_B7_0|SC_RCV_ODDP|SC_RCV_EVNP) macro
76 #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
81 #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
597 opt->ppp_flags = val & ~SC_RCV_BITS; in pptp_ppp_ioctl()