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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dsyncppp.h69 #define PP_TIMO 0x04 /* cp_timeout routine active */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wan/
H A Dsyncppp.c188 if (! (p->pp_flags & PP_TIMO))
194 p->pp_flags |= PP_TIMO;
201 if (p->pp_flags & PP_TIMO)
204 p->pp_flags &= ~PP_TIMO;
1340 sp->pp_flags &= ~PP_TIMO;

Completed in 96 milliseconds