Searched refs:uni_find_party (Results 1 – 3 of 3) sorted by relevance
1074 p = uni_find_party(c, &co->epref); in unx_connect()1496 if ((p = uni_find_party(c, &u->u.notify.epref)) == NULL) { in unx_notify()1724 p = uni_find_party(c, &u->u.status.epref); in un11un12_status()1827 p = uni_find_party(c, &u->u.status.epref); in unx_status()2060 p = uni_find_party(c, &u->u.status_enq.epref); in unx_status_enq()3287 p = uni_find_party(c, epref); in uni_bad_message()
283 struct party *uni_find_party(struct call *, struct uni_ie_epref *);
124 uni_find_party(struct call *c, struct uni_ie_epref *epref) in uni_find_party() function