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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_ppp.h36 #define IPPP_CONNECT 0x02 macro
H A Disdn_ppp.c134 if ((is->state & IPPP_CONNECT))
230 ippp_table[lp->ppp_slot]->state = IPPP_OPEN | IPPP_CONNECT | IPPP_NOBLOCK;
357 is->state &= ~IPPP_CONNECT; /* -> effect: no call of wakeup */
361 * removing the IPPP_CONNECT flag omits calling of isdn_ppp_wakeup_daemon()
492 if (!(is->state & IPPP_CONNECT))
530 if (val & SC_ENABLE_IP && !(is->pppcfg & SC_ENABLE_IP) && (is->state & IPPP_CONNECT)) {
716 if (!(is->state & IPPP_CONNECT)) {
805 if (!(is->state & IPPP_CONNECT))

Completed in 90 milliseconds