Home
last modified time | relevance | path

Searched refs:IPPP_OPEN (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/isdn/
Disdn_ppp.h35 #define IPPP_OPEN 0x01 macro
Disdn_ppp.c143 is->state = IPPP_OPEN; /* fallback to 'OPEN but not ASSIGNED' state */ in isdn_ppp_free()
183 …if (ippp_table[i]->state == IPPP_OPEN && !exclusive[ippp_table[i]->minor]) { /* OPEN, but not conn… in isdn_ppp_bind()
190 (ippp_table[i]->state & IPPP_OPEN) == IPPP_OPEN) in isdn_ppp_bind()
212 is->state = IPPP_OPEN | IPPP_ASSIGNED; /* assigned to a netdevice but not connected */ in isdn_ppp_bind()
239 ippp_table[lp->ppp_slot]->state = IPPP_OPEN | IPPP_CONNECT | IPPP_NOBLOCK; in isdn_ppp_wakeup_daemon()
334 is->state = IPPP_OPEN; in isdn_ppp_open()
465 if (!(is->state & IPPP_OPEN)) in isdn_ppp_ioctl()
664 if (!(is->state & IPPP_OPEN)) { in isdn_ppp_poll()
761 if (!(is->state & IPPP_OPEN)) in isdn_ppp_read()