Searched refs:uni_find_partyx (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | sig_call.c | 936 p = uni_find_partyx(c, arg->connect.epref.epref, in unx_setup_response() 1961 if ((p = uni_find_partyx(c, arg->epref.epref, !arg->epref.flag)) in unx_status_enquiry_request() 2473 p = uni_find_partyx(c, add->add.epref.epref, 1); in unx_add_party_request() 2523 if ((p = uni_find_partyx(c, ack->ack.epref.epref, 0)) == NULL) { in un10_add_party_ack_request() 2593 if ((p = uni_find_partyx(c, rej->rej.epref.epref, 0)) == NULL) { in unx_add_party_rej_request() 2720 p = uni_find_partyx(c, u->u.add_party.epref.epref, in unx_add_party() 2808 p = uni_find_partyx(c, u->u.add_party_ack.epref.epref, 1); in un10n8_add_party_ack() 2908 p = uni_find_partyx(c, u->u.party_alerting.epref.epref, 1); in unx_party_alerting() 3036 p = uni_find_partyx(c, ar->epref.epref, ar->epref.flag); in unx_add_party_rej() 3109 p = uni_find_partyx(c, dp->epref.epref, dp->epref.flag); in unx_drop_party() [all …]
|
| H A D | unipriv.h | 284 struct party *uni_find_partyx(struct call *, u_int epref, u_int mine);
|
| H A D | sig_party.c | 135 uni_find_partyx(struct call *c, u_int epref, u_int mine) in uni_find_partyx() function
|