Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Disdn.h273 #define ISDN_NET_CBHUP 0x08 /* hangup before callback */ macro
/linux-2.4.37.9/drivers/isdn/
Disdn_net.c2426 return (lp->flags & ISDN_NET_CBHUP) ? 2 : 4; in isdn_net_find_icall()
2664 …netdev->local->flags = ISDN_NET_CBHUP | ISDN_NET_DM_MANUAL; /* Hangup before Callback, manual dial… in isdn_net_new()
2880 lp->flags |= ISDN_NET_CBHUP; in isdn_net_setcfg()
2882 lp->flags &= ~ISDN_NET_CBHUP; in isdn_net_setcfg()
2972 cfg->cbhup = (lp->flags & ISDN_NET_CBHUP) ? 1 : 0; in isdn_net_getcfg()