Searched refs:ISDN_NET_SECURE (Results 1 – 2 of 2) sorted by relevance
259 #define ISDN_NET_SECURE 0x02 /* Accept calls from phonelist only */ macro
2261 if (lp->flags & ISDN_NET_SECURE) { in isdn_net_find_icall()2268 if (n || (!(lp->flags & ISDN_NET_SECURE))) { in isdn_net_find_icall()2824 lp->flags |= ISDN_NET_SECURE; in isdn_net_setcfg()2826 lp->flags &= ~ISDN_NET_SECURE; in isdn_net_setcfg()2907 cfg->secure = (lp->flags & ISDN_NET_SECURE) ? 1 : 0; in isdn_net_getcfg()