Searched refs:SC_RCV_ODDP (Results 1 - 16 of 16) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/irnet/
H A Dirnet_ppp.h31 #define SC_RCV_BITS (SC_RCV_B7_1|SC_RCV_B7_0|SC_RCV_ODDP|SC_RCV_EVNP)
/asus-wl-520gu-7.0.1.45/src/router/ppp/include/net/
H A Dif_ppp.h44 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */ macro
/asus-wl-520gu-7.0.1.45/src/router/pppd/include/net/
H A Dif_ppp.h67 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */ macro
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/include/net/
H A Dif_ppp.h67 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif_ppp.h77 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif_ppp.h77 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */ macro
/asus-wl-520gu-7.0.1.45/src/router/ppp/include/linux/
H A Dif_ppp.h77 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */ macro
/asus-wl-520gu-7.0.1.45/src/router/pppd/include/linux/
H A Dif_ppp.h100 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */ macro
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/include/linux/
H A Dif_ppp.h100 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dppp_async.c81 #define SC_RCV_BITS (SC_RCV_B7_1|SC_RCV_B7_0|SC_RCV_ODDP|SC_RCV_EVNP)
840 s |= (0x6996 & (1 << c))? SC_RCV_ODDP: SC_RCV_EVNP;
H A Dppp_synctty.c80 #define SC_RCV_BITS (SC_RCV_B7_1|SC_RCV_B7_0|SC_RCV_ODDP|SC_RCV_EVNP)
H A Dpptp.c79 #define SC_RCV_BITS (SC_RCV_B7_1|SC_RCV_B7_0|SC_RCV_ODDP|SC_RCV_EVNP)
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dsys-linux.c441 switch (~x & (SC_RCV_B7_0|SC_RCV_B7_1|SC_RCV_EVNP|SC_RCV_ODDP)) {
454 case SC_RCV_ODDP:
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dsys-linux.c497 #define SC_RCVB (SC_RCV_B7_0 | SC_RCV_B7_1 | SC_RCV_EVNP | SC_RCV_ODDP)
670 switch (~x & (SC_RCV_B7_0|SC_RCV_B7_1|SC_RCV_EVNP|SC_RCV_ODDP)) {
683 case SC_RCV_ODDP:
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dsys-linux.c438 #define SC_RCVB (SC_RCV_B7_0 | SC_RCV_B7_1 | SC_RCV_EVNP | SC_RCV_ODDP)
739 switch (~x & (SC_RCV_B7_0|SC_RCV_B7_1|SC_RCV_EVNP|SC_RCV_ODDP)) {
752 case SC_RCV_ODDP:
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dsys-linux.c438 #define SC_RCVB (SC_RCV_B7_0 | SC_RCV_B7_1 | SC_RCV_EVNP | SC_RCV_ODDP)
739 switch (~x & (SC_RCV_B7_0|SC_RCV_B7_1|SC_RCV_EVNP|SC_RCV_ODDP)) {
752 case SC_RCV_ODDP:

Completed in 342 milliseconds