Searched refs:PP_CISCO (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dsyncppp.h68 #define PP_CISCO 0x02 /* use Cisco protocol instead of PPP */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wan/
H A Dsyncppp.c260 if (sp->pp_flags & PP_CISCO) {
313 if (! (sp->pp_flags & PP_CISCO)) {
368 if(sp->pp_flags&PP_CISCO)
378 if(sp->pp_flags & PP_CISCO)
422 if (! (sp->pp_flags & PP_CISCO) &&
432 if (! (sp->pp_flags & PP_CISCO)) {
444 if (sp->pp_flags & PP_CISCO)
927 if (!(sp->pp_flags & PP_CISCO)) {
963 if (!(sp->pp_flags & PP_CISCO))
1023 sp->pp_flags|=PP_CISCO;
[all...]
H A Dhdlc_ppp.c57 state(hdlc)->pppdev.sppp.pp_flags &= ~PP_CISCO;

Completed in 107 milliseconds