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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_ppp.h36 #define IPPP_CONNECT 0x02 macro
H A Disdn_ppp.c135 if ((is->state & IPPP_CONNECT))
233 ippp_table[lp->ppp_slot]->state = IPPP_OPEN | IPPP_CONNECT | IPPP_NOBLOCK;
360 is->state &= ~IPPP_CONNECT; /* -> effect: no call of wakeup */
364 * removing the IPPP_CONNECT flag omits calling of isdn_ppp_wakeup_daemon()
492 if (!(is->state & IPPP_CONNECT))
531 if (val & SC_ENABLE_IP && !(is->pppcfg & SC_ENABLE_IP) && (is->state & IPPP_CONNECT)) {
717 if (!(is->state & IPPP_CONNECT)) {
806 if (!(is->state & IPPP_CONNECT))

Completed in 116 milliseconds