Lines Matching refs:Sig
691 if (adapter[i].plci[j].Sig.Id) plci_remove(&adapter[i].plci[j]); in api_remove_start()
701 if (adapter[i].plci[j].Sig.Id) return 1; in api_remove_start()
1060 if (plci->Sig.Id == 0xff) in plci_remove()
1072 && (plci->Sig.Id in plci_remove()
1357 plci->Sig.Id = 0xff; in connect_req()
1598 if (plci->Sig.Id && plci->appl) in disconnect_req()
1601 if (plci->Sig.Id != 0xff) in disconnect_req()
2262 cai[2] = plci->Sig.Id; in facility_req()
4137 …tity=0x%x, command=0x%x, int_command=0x%x", Id, plci->Id, plci->tel, plci->Sig.Id, plci->command, … in control_rc()
4183 if (plci->Sig.Id != 0xff) in control_rc()
4221 if (plci->Sig.Id != 0xff) in control_rc()
4711 dbug(1, dprintf("ListenCheck, new SIG_ID = 0x%x", plci->Sig.Id)); in control_rc()
4895 plci->Sig.RNR = 2; /* discard */ in sig_ind()
4902 if (plci->Sig.Ind == CALL_HOLD_ACK && plci->channels) in sig_ind()
4904 plci->Sig.RNR = 1; in sig_ind()
4907 if (plci->Sig.Ind == HANGUP && plci->channels) in sig_ind()
4909 plci->Sig.RNR = 1; in sig_ind()
4915 plci->Sig.RNR = 0; 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()
5816 if (!tplci->Sig.Id) in sig_ind()
5842 if (!tplci->Sig.Id) 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()
7284 plci->Sig.Id = 0; in get_plci()
8713 plci->sig_remove_id = plci->Sig.Id; in sig_req()
8782 plci->RBuffer[plci->req_out - 2] = (plci->Sig.Id == 0xff) ? 0 : plci->Sig.Id; in send_req()
8791 e = &plci->Sig; in send_req()
8943 in = plci->Sig.RBuffer->P; in IndParse()
8953 while (ploc < plci->Sig.RBuffer->length - 1) { in IndParse()
9459 if (plci->Sig.Id == 0xff) in plci_remove_check()
9460 plci->Sig.Id = 0; in plci_remove_check()
9461 if (!plci->Sig.Id) in plci_remove_check()
9464 dbug(1, dprintf("tel=0x%x,Sig=0x%x", plci->tel, plci->Sig.Id)); in plci_remove_check()
14918 plci->Sig.Ind == NCR_FACILITY in VSwitchReqInd()