Lines Matching refs:Ind

3854 			(e->user[0] + 1) & 0x7fff, e->Id, e->Req, e->Rc, e->Ind));  in callback()
4017 if (e->Ind) { in callback()
4019 byte Ind = e->Ind & 0x0f; in callback() local
4021 if (((Ind == N_DISC) || (Ind == N_DISC_ACK)) && in callback()
4038 e->Ind = 0; in callback()
4902 if (plci->Sig.Ind == CALL_HOLD_ACK && plci->channels) in sig_ind()
4907 if (plci->Sig.Ind == HANGUP && plci->channels) in sig_ind()
4970 …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()
5108 switch (plci->Sig.Ind) { in sig_ind()
6210 && plci->Sig.Ind != NCR_FACILITY in SendInfo()
6323 if (plci->Sig.Ind == NCR_FACILITY) /* check controller broadcast */ in SendInfo()
6383 && plci->Sig.Ind != NCR_FACILITY in SendMultiIE()
6399 dbug(1, dprintf("[Ind0x%x]:IE=0x%x", plci->Sig.Ind, ie_type)); in SendMultiIE()
6404 if (plci->Sig.Ind == NCR_FACILITY) /* check controller broadcast */ in SendMultiIE()
6456 && plci->Sig.Ind != NCR_FACILITY in SendSSExtInd()
6576 plci->NL.Id, Id, plci->Id, plci->tel, plci->State, ch, plci->channels, plci->NL.Ind & 0x0f)); in nl_ind()
6586 if ((plci->NL.Ind & 0x0f) == N_CONNECT) in nl_ind()
6611 if (((plci->NL.Ind & 0x0f) == N_UDATA) in nl_ind()
6692 if (((plci->NL.Ind & 0x0f) == N_UDATA) in nl_ind()
6778 if ((plci->NL.Ind & 0x0f) == N_CONNECT || in nl_ind()
6779 (plci->NL.Ind & 0x0f) == N_CONNECT_ACK || in nl_ind()
6780 (plci->NL.Ind & 0x0f) == N_DISC || in nl_ind()
6781 (plci->NL.Ind & 0x0f) == N_EDATA || in nl_ind()
6782 (plci->NL.Ind & 0x0f) == N_DISC_ACK) in nl_ind()
6794 plci->ncpi_buffer[1] = (byte)(plci->NL.Ind & N_D_BIT ? 1 : 0); in nl_ind()
6832 if (((plci->NL.Ind & 0x0f) == N_DISC) || ((plci->NL.Ind & 0x0f) == N_DISC_ACK)) in nl_ind()
6853 if (((plci->NL.Ind & 0x0f) == N_CONNECT_ACK) in nl_ind()
6854 || (((plci->NL.Ind & 0x0f) == N_CONNECT) in nl_ind()
6856 || (((plci->NL.Ind & 0x0f) == N_EDATA) in nl_ind()
6863 if (((plci->NL.Ind & 0x0f) == N_DISC) in nl_ind()
6864 || ((plci->NL.Ind & 0x0f) == N_DISC_ACK) in nl_ind()
6865 || (((plci->NL.Ind & 0x0f) == N_EDATA) in nl_ind()
6874 if (((plci->NL.Ind & 0x0f) == N_DISC) || ((plci->NL.Ind & 0x0f) == N_DISC_ACK)) in nl_ind()
6889 switch (plci->NL.Ind & 0x0f) { in nl_ind()
7221 APPLptr->DataFlags[Num] = (plci->Id << 8) | (plci->NL.Ind >> 4); in nl_ind()
7225 plci->RFlags = plci->NL.Ind >> 4; in nl_ind()
7248 if ((plci->NL.Ind & 0x0f) == N_UDATA) in nl_ind()
7251 else if ((plci->B3_prot == B3_RTP) && ((plci->NL.Ind & 0x0f) == N_BDATA)) in nl_ind()
14918 plci->Sig.Ind == NCR_FACILITY in VSwitchReqInd()