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

/linux-4.4.14/drivers/isdn/i4l/
H A Disdn_ppp.h36 #define IPPP_CONNECT 0x02 macro
H A Disdn_ppp.c135 if ((is->state & IPPP_CONNECT)) isdn_ppp_free()
233 ippp_table[lp->ppp_slot]->state = IPPP_OPEN | IPPP_CONNECT | IPPP_NOBLOCK; isdn_ppp_wakeup_daemon()
366 is->state &= ~IPPP_CONNECT; /* -> effect: no call of wakeup */ isdn_ppp_release()
370 * removing the IPPP_CONNECT flag omits calling of isdn_ppp_wakeup_daemon() isdn_ppp_release()
497 if (!(is->state & IPPP_CONNECT)) isdn_ppp_ioctl()
536 if (val & SC_ENABLE_IP && !(is->pppcfg & SC_ENABLE_IP) && (is->state & IPPP_CONNECT)) { isdn_ppp_ioctl()
746 if (!(is->state & IPPP_CONNECT)) { isdn_ppp_fill_rq()
835 if (!(is->state & IPPP_CONNECT)) isdn_ppp_write()

Completed in 53 milliseconds