Searched refs:SL_MODE_SLIP6 (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dslip.h106 #define SL_MODE_SLIP6 2 /* Matt Dillon's printable slip */ macro
107 #define SL_MODE_CSLIP6 (SL_MODE_SLIP6|SL_MODE_CSLIP)
H A Dslip.c394 if(sl->mode & SL_MODE_SLIP6)
680 if (sl->mode & SL_MODE_SLIP6)
1141 if (tmp & SL_MODE_SLIP6) {
1424 unsigned char s = (sl->mode & SL_MODE_SLIP6)?0x70:END;

Completed in 37 milliseconds