Searched refs:IPPP_OPEN (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.h35 #define IPPP_OPEN 0x01 macro
H A Disdn_ppp.c138 is->state = IPPP_OPEN; /* fallback to 'OPEN but not ASSIGNED' state */
177 if (ippp_table[i]->state == IPPP_OPEN && !exclusive[ippp_table[i]->minor]) { /* OPEN, but not connected! */
184 (ippp_table[i]->state & IPPP_OPEN) == IPPP_OPEN)
207 is->state = IPPP_OPEN | IPPP_ASSIGNED; /* assigned to a netdevice but not connected */
233 ippp_table[lp->ppp_slot]->state = IPPP_OPEN | IPPP_CONNECT | IPPP_NOBLOCK;
328 is->state = IPPP_OPEN;
486 if (!(is->state & IPPP_OPEN))
676 if (!(is->state & IPPP_OPEN)) {
766 if (!(is->state & IPPP_OPEN))
[all...]

Completed in 99 milliseconds