Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Disdn.h134 #define ISDN_NET_SECURE 0x02 /* Accept calls from phonelist only */ macro
/linux-4.19.296/drivers/isdn/i4l/
Disdn_net.c2226 if (lp->flags & ISDN_NET_SECURE) { in isdn_net_find_icall()
2233 if (n || (!(lp->flags & ISDN_NET_SECURE))) { in isdn_net_find_icall()
2795 lp->flags |= ISDN_NET_SECURE; in isdn_net_setcfg()
2797 lp->flags &= ~ISDN_NET_SECURE; in isdn_net_setcfg()
2878 cfg->secure = (lp->flags & ISDN_NET_SECURE) ? 1 : 0; in isdn_net_getcfg()