Searched refs:IPPP_OPEN (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.h35 #define IPPP_OPEN 0x01 macro
H A Disdn_ppp.c137 is->state = IPPP_OPEN; /* fallback to 'OPEN but not ASSIGNED' state */
176 if (ippp_table[i]->state == IPPP_OPEN && !exclusive[ippp_table[i]->minor]) { /* OPEN, but not connected! */
183 (ippp_table[i]->state & IPPP_OPEN) == IPPP_OPEN)
204 is->state = IPPP_OPEN | IPPP_ASSIGNED; /* assigned to a netdevice but not connected */
230 ippp_table[lp->ppp_slot]->state = IPPP_OPEN | IPPP_CONNECT | IPPP_NOBLOCK;
325 is->state = IPPP_OPEN;
486 if (!(is->state & IPPP_OPEN))
675 if (!(is->state & IPPP_OPEN)) {
765 if (!(is->state & IPPP_OPEN))
[all...]

Completed in 136 milliseconds