Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/
Disdn_ppp.h36 #define IPPP_CONNECT 0x02 macro
Disdn_ppp.c140 if ((is->state & IPPP_CONNECT)) in isdn_ppp_free()
239 ippp_table[lp->ppp_slot]->state = IPPP_OPEN | IPPP_CONNECT | IPPP_NOBLOCK; in isdn_ppp_wakeup_daemon()
366 is->state &= ~IPPP_CONNECT; /* -> effect: no call of wakeup */ in isdn_ppp_release()
471 if (!(is->state & IPPP_CONNECT)) in isdn_ppp_ioctl()
509 if (val & SC_ENABLE_IP && !(is->pppcfg & SC_ENABLE_IP) && (is->state & IPPP_CONNECT)) { in isdn_ppp_ioctl()
707 if (!(is->state & IPPP_CONNECT)) { in isdn_ppp_fill_rq()
803 if (!(is->state & IPPP_CONNECT)) in isdn_ppp_write()