Searched refs:uni_find_partyx (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_call.c936 p = uni_find_partyx(c, arg->connect.epref.epref,
1961 if ((p = uni_find_partyx(c, arg->epref.epref, !arg->epref.flag))
2473 p = uni_find_partyx(c, add->add.epref.epref, 1);
2523 if ((p = uni_find_partyx(c, ack->ack.epref.epref, 0)) == NULL) {
2558 if ((p = uni_find_partyx(c, alert->alert.epref.epref, 0)) == NULL) {
2593 if ((p = uni_find_partyx(c, rej->rej.epref.epref, 0)) == NULL) {
2622 if ((p = uni_find_partyx(c, drop->drop.epref.epref, !drop->drop.epref.flag)) == NULL) {
2652 if ((p = uni_find_partyx(c, ack->ack.epref.epref, !ack->ack.epref.flag)) == NULL) {
2720 p = uni_find_partyx(c, u->u.add_party.epref.epref,
2808 p = uni_find_partyx(
[all...]
H A Dunipriv.h284 struct party *uni_find_partyx(struct call *, u_int epref, u_int mine);
H A Dsig_party.c135 uni_find_partyx(struct call *c, u_int epref, u_int mine) function

Completed in 151 milliseconds