Home
last modified time | relevance | path

Searched refs:CC_REDIR (Results 1 – 4 of 4) sorted by relevance

/drivers/isdn/hisax/
Dcallc.c371 chanp->d_st->lli.l4l3(chanp->d_st, CC_REDIR | REQUEST, chanp->proc); in lli_deliver_call()
416 chanp->d_st->lli.l4l3(chanp->d_st, CC_REDIR | REQUEST, chanp->proc); in lli_send_redir()
998 case (CC_REDIR | INDICATION): in dchan_l3l4()
Dl3ni1.c370 …st->l3.l3l4(st, CC_REDIR | INDICATION, pc); } /* Diversion succes… in l3ni1_parse_facility()
415 st->l3.l3l4(st, CC_REDIR | INDICATION, pc); in l3ni1_parse_facility()
2727 CC_REDIR | REQUEST, l3ni1_redir_req},
2729 CC_REDIR | REQUEST, l3ni1_redir_req_early},
Dl3dss1.c441 …st->l3.l3l4(st, CC_REDIR | INDICATION, pc); } /* Diversion succes… in l3dss1_parse_facility()
486 st->l3.l3l4(st, CC_REDIR | INDICATION, pc); in l3dss1_parse_facility()
2794 CC_REDIR | REQUEST, l3dss1_redir_req},
2796 CC_REDIR | REQUEST, l3dss1_redir_req_early},
Dhisax.h95 #define CC_REDIR 0x0378 macro