Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/irda/irnet/
Dirnet_ppp.h31 #define SC_RCV_BITS (SC_RCV_B7_1|SC_RCV_B7_0|SC_RCV_ODDP|SC_RCV_EVNP) macro
Dirnet_ppp.c969 ap->flags = val & ~SC_RCV_BITS; in ppp_irnet_ioctl()
970 ap->rbits = val & SC_RCV_BITS; in ppp_irnet_ioctl()
/linux-2.4.37.9/drivers/net/
Dppp_async.c81 #define SC_RCV_BITS (SC_RCV_B7_1|SC_RCV_B7_0|SC_RCV_ODDP|SC_RCV_EVNP) macro
422 ap->flags = val & ~SC_RCV_BITS; in ppp_async_ioctl()
424 ap->rbits = val & SC_RCV_BITS; in ppp_async_ioctl()
857 if (~ap->rbits & SC_RCV_BITS) { in ppp_async_input()
Dppp_synctty.c80 #define SC_RCV_BITS (SC_RCV_B7_1|SC_RCV_B7_0|SC_RCV_ODDP|SC_RCV_EVNP) macro
468 ap->flags = val & ~SC_RCV_BITS; in ppp_sync_ioctl()
470 ap->rbits = val & SC_RCV_BITS; in ppp_sync_ioctl()