Home
last modified time | relevance | path

Searched refs:uni_find_party (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_call.c1074 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()
H A Dunipriv.h283 struct party *uni_find_party(struct call *, struct uni_ie_epref *);
H A Dsig_party.c124 uni_find_party(struct call *c, struct uni_ie_epref *epref) in uni_find_party() function