Searched refs:ISDN_NET_CALLBACK (Results 1 – 3 of 3) sorted by relevance
260 #define ISDN_NET_CALLBACK 0x04 /* activate callback */ macro
2184 (!(lp->flags & ISDN_NET_CALLBACK))) /* but no callback */ in isdn_net_find_icall()2317 if (lp->flags & ISDN_NET_CALLBACK) { in isdn_net_find_icall()2833 lp->flags &= ~(ISDN_NET_CALLBACK | ISDN_NET_CBOUT); in isdn_net_setcfg()2836 lp->flags |= ISDN_NET_CALLBACK; in isdn_net_setcfg()2841 lp->flags &= ~ISDN_NET_CALLBACK; in isdn_net_setcfg()2909 if (lp->flags & ISDN_NET_CALLBACK) in isdn_net_getcfg()
624 if(lp->flags & ISDN_NET_CALLBACK) in isdn_ppp_ioctl()