taglinefilesource code
ISDN_NET_CALLBACK970drivers/isdn/isdn_common.ccfg.callback = (p->local.flags & ISDN_NET_CALLBACK) ? 1 : 0;
ISDN_NET_CALLBACK1443drivers/isdn/isdn_net.c(!(p->local.flags & ISDN_NET_CALLBACK)))    /* but no callback   */
ISDN_NET_CALLBACK1566drivers/isdn/isdn_net.cif (lp->flags & ISDN_NET_CALLBACK) {
ISDN_NET_CALLBACK1949drivers/isdn/isdn_net.cp->local.flags |= ISDN_NET_CALLBACK;
ISDN_NET_CALLBACK1951drivers/isdn/isdn_net.cp->local.flags &= ~ISDN_NET_CALLBACK;
ISDN_NET_CALLBACK2003drivers/isdn/isdn_net.ccfg->callback = (p->local.flags & ISDN_NET_CALLBACK) ? 1 : 0;