Lines Matching refs:Ind

3729 			(e->user[0] + 1) & 0x7fff, e->Id, e->Req, e->Rc, e->Ind));  in callback()
3892 if (e->Ind) { in callback()
3894 byte Ind = e->Ind & 0x0f; in callback() local
3896 if (((Ind == N_DISC) || (Ind == N_DISC_ACK)) && in callback()
3913 e->Ind = 0; in callback()
4778 if (plci->Sig.Ind == CALL_HOLD_ACK && plci->channels) in sig_ind()
4783 if (plci->Sig.Ind == HANGUP && plci->channels) in sig_ind()
4846 …2 + 1 + 1 + esc_cr[0] + 1 + 1 + esc_law[0], plci->Sig.Ind, 1 + 1 + esc_cr[0] + 1 + 1 + esc_law[0],… in sig_ind()
4984 switch (plci->Sig.Ind) { in sig_ind()
6080 && plci->Sig.Ind != NCR_FACILITY in SendInfo()
6193 if (plci->Sig.Ind == NCR_FACILITY) /* check controller broadcast */ in SendInfo()
6249 && plci->Sig.Ind != NCR_FACILITY in SendMultiIE()
6265 dbug(1, dprintf("[Ind0x%x]:IE=0x%x", plci->Sig.Ind, ie_type)); in SendMultiIE()
6270 if (plci->Sig.Ind == NCR_FACILITY) /* check controller broadcast */ in SendMultiIE()
6318 && plci->Sig.Ind != NCR_FACILITY in SendSSExtInd()
6438 plci->NL.Id, Id, plci->Id, plci->tel, plci->State, ch, plci->channels, plci->NL.Ind & 0x0f)); in nl_ind()
6448 if ((plci->NL.Ind & 0x0f) == N_CONNECT) in nl_ind()
6473 if (((plci->NL.Ind & 0x0f) == N_UDATA) in nl_ind()
6554 if (((plci->NL.Ind & 0x0f) == N_UDATA) in nl_ind()
6640 if ((plci->NL.Ind & 0x0f) == N_CONNECT || in nl_ind()
6641 (plci->NL.Ind & 0x0f) == N_CONNECT_ACK || in nl_ind()
6642 (plci->NL.Ind & 0x0f) == N_DISC || in nl_ind()
6643 (plci->NL.Ind & 0x0f) == N_EDATA || in nl_ind()
6644 (plci->NL.Ind & 0x0f) == N_DISC_ACK) in nl_ind()
6656 plci->ncpi_buffer[1] = (byte)(plci->NL.Ind & N_D_BIT ? 1 : 0); in nl_ind()
6694 if (((plci->NL.Ind & 0x0f) == N_DISC) || ((plci->NL.Ind & 0x0f) == N_DISC_ACK)) in nl_ind()
6715 if (((plci->NL.Ind & 0x0f) == N_CONNECT_ACK) in nl_ind()
6716 || (((plci->NL.Ind & 0x0f) == N_CONNECT) in nl_ind()
6718 || (((plci->NL.Ind & 0x0f) == N_EDATA) in nl_ind()
6725 if (((plci->NL.Ind & 0x0f) == N_DISC) in nl_ind()
6726 || ((plci->NL.Ind & 0x0f) == N_DISC_ACK) in nl_ind()
6727 || (((plci->NL.Ind & 0x0f) == N_EDATA) in nl_ind()
6736 if (((plci->NL.Ind & 0x0f) == N_DISC) || ((plci->NL.Ind & 0x0f) == N_DISC_ACK)) in nl_ind()
6751 switch (plci->NL.Ind & 0x0f) { in nl_ind()
7084 APPLptr->DataFlags[Num] = (plci->Id << 8) | (plci->NL.Ind >> 4); in nl_ind()
7088 plci->RFlags = plci->NL.Ind >> 4; in nl_ind()
7111 if ((plci->NL.Ind & 0x0f) == N_UDATA) in nl_ind()
7114 else if ((plci->B3_prot == B3_RTP) && ((plci->NL.Ind & 0x0f) == N_BDATA)) in nl_ind()
14821 plci->Sig.Ind == NCR_FACILITY in VSwitchReqInd()