Lines Matching refs:Sig
676 if (adapter[i].plci[j].Sig.Id) plci_remove(&adapter[i].plci[j]); in api_remove_start()
686 if (adapter[i].plci[j].Sig.Id) return 1; in api_remove_start()
1045 if (plci->Sig.Id == 0xff) in plci_remove()
1057 && (plci->Sig.Id in plci_remove()
1240 plci->Sig.Id = 0xff; in connect_req()
1475 if (plci->Sig.Id && plci->appl) in disconnect_req()
1478 if (plci->Sig.Id != 0xff) in disconnect_req()
2139 cai[2] = plci->Sig.Id; in facility_req()
4012 …tity=0x%x, command=0x%x, int_command=0x%x", Id, plci->Id, plci->tel, plci->Sig.Id, plci->command, … in control_rc()
4058 if (plci->Sig.Id != 0xff) in control_rc()
4096 if (plci->Sig.Id != 0xff) in control_rc()
4587 dbug(1, dprintf("ListenCheck, new SIG_ID = 0x%x", plci->Sig.Id)); in control_rc()
4771 plci->Sig.RNR = 2; /* discard */ in sig_ind()
4778 if (plci->Sig.Ind == CALL_HOLD_ACK && plci->channels) in sig_ind()
4780 plci->Sig.RNR = 1; in sig_ind()
4783 if (plci->Sig.Ind == HANGUP && plci->channels) in sig_ind()
4785 plci->Sig.RNR = 1; in sig_ind()
4791 plci->Sig.RNR = 0; 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()
5689 if (!tplci->Sig.Id) in sig_ind()
5715 if (!tplci->Sig.Id) 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()
7146 plci->Sig.Id = 0; in get_plci()
8575 plci->sig_remove_id = plci->Sig.Id; in sig_req()
8644 plci->RBuffer[plci->req_out - 2] = (plci->Sig.Id == 0xff) ? 0 : plci->Sig.Id; in send_req()
8653 e = &plci->Sig; in send_req()
8805 in = plci->Sig.RBuffer->P; in IndParse()
8815 while (ploc < plci->Sig.RBuffer->length - 1) { in IndParse()
9321 if (plci->Sig.Id == 0xff) in plci_remove_check()
9322 plci->Sig.Id = 0; in plci_remove_check()
9323 if (!plci->Sig.Id) in plci_remove_check()
9326 dbug(1, dprintf("tel=0x%x,Sig=0x%x", plci->tel, plci->Sig.Id)); in plci_remove_check()
14821 plci->Sig.Ind == NCR_FACILITY in VSwitchReqInd()