Lines Matching refs:cref

534 find_cref(const struct ccport *port, const struct uni_cref *cref)
539 if (conn->cref.cref == cref->cref &&
540 conn->cref.flag == cref->flag)
553 struct uni_cref *cref;
604 cref = &uni_msg_rptr(msg, struct uniapi_call_destroyed *)->cref;
605 if ((conn = find_cref(port, cref)) == NULL)
626 cref = &uni_msg_rptr(msg, struct uniapi_party_created *)->cref;
628 if ((conn = find_cref(port, cref)) == NULL)
641 cref = &uni_msg_rptr(msg,
642 struct uniapi_party_destroyed *)->cref;
644 if ((conn = find_cref(port, cref)) == NULL)
656 cref = &uni_msg_rptr(msg,
657 struct uniapi_drop_party_ack_indication *)->drop.hdr.cref;
659 if ((conn = find_cref(port, cref)) == NULL)
700 cref = &uni_msg_rptr(msg, struct uniapi_release_indication *)
701 ->release.hdr.cref;
703 if ((conn = find_cref(port, cref)) == NULL)
715 cref = &uni_msg_rptr(msg, struct uniapi_release_confirm *)
716 ->release.hdr.cref;
718 if ((conn = find_cref(port, cref)) == NULL)
730 cref = &uni_msg_rptr(msg, struct uniapi_setup_confirm *)
731 ->connect.hdr.cref;
733 if ((conn = find_cref(port, cref)) == NULL)
746 cref = &uni_msg_rptr(msg, struct uniapi_alerting_indication *)
747 ->alerting.hdr.cref;
749 if ((conn = find_cref(port, cref)) == NULL)
762 cref = &uni_msg_rptr(msg, struct uniapi_proceeding_indication *)
763 ->call_proc.hdr.cref;
765 if ((conn = find_cref(port, cref)) == NULL)
778 cref = &uni_msg_rptr(msg, struct uniapi_setup_indication *)
779 ->setup.hdr.cref;
781 if ((conn = find_cref(port, cref)) == NULL)
793 cref = &uni_msg_rptr(msg,
795 ->connect_ack.hdr.cref;
797 if ((conn = find_cref(port, cref)) == NULL)
809 cref = &uni_msg_rptr(msg,
810 struct uniapi_party_alerting_indication *)->alert.hdr.cref;
812 if ((conn = find_cref(port, cref)) == NULL)
824 cref = &uni_msg_rptr(msg,
825 struct uniapi_add_party_ack_indication *)->ack.hdr.cref;
827 if ((conn = find_cref(port, cref)) == NULL)
839 cref = &uni_msg_rptr(msg,
840 struct uniapi_add_party_rej_indication *)->rej.hdr.cref;
842 if ((conn = find_cref(port, cref)) == NULL)
854 cref = &uni_msg_rptr(msg, struct uniapi_drop_party_indication *)
855 ->drop.hdr.cref;
857 if ((conn = find_cref(port, cref)) == NULL)
915 cc_port_log(port, "unknown call %u/%u", cref->cref, cref->flag);