Searched refs:ISDN_NET_CBHUP (Results 1 – 2 of 2) sorted by relevance
136 #define ISDN_NET_CBHUP 0x08 /* hangup before callback */ macro
2329 return (lp->flags & ISDN_NET_CBHUP) ? 2 : 4; in isdn_net_find_icall()2530 lp->flags = ISDN_NET_CBHUP | ISDN_NET_DM_MANUAL; in _isdn_setup()2799 lp->flags |= ISDN_NET_CBHUP; in isdn_net_setcfg()2801 lp->flags &= ~ISDN_NET_CBHUP; in isdn_net_setcfg()2884 cfg->cbhup = (lp->flags & ISDN_NET_CBHUP) ? 1 : 0; in isdn_net_getcfg()