Home
last modified time | relevance | path

Searched refs:IE_ISPRESENT (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_msg.c49 ret |= IE_ISPRESENT(m->connid); in check_alerting()
58 ret |= IE_ISPRESENT(m->uu); in check_alerting()
62 ret |= IE_ISPRESENT(m->report); in check_alerting()
375 ret |= IE_ISPRESENT(m->uu); in check_connect()
768 ret |= IE_ISPRESENT(m->uu); in check_release()
952 ret |= IE_ISPRESENT(m->uu); in check_release_compl()
1195 ret |= IE_ISPRESENT(m->uu); in check_setup()
2273 ret |= IE_ISPRESENT(m->uu); in check_add_party()
2649 ret |= IE_ISPRESENT(m->uu); in check_add_party_ack()
2861 ret |= IE_ISPRESENT(m->uu); in check_party_alerting()
[all …]
H A Duni_hdr.h195 #define IE_ISPRESENT(IE) \ macro
H A Duni_ie.c165 if (IE_ISPRESENT(*ie)) \
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_call.c388 if (!IE_ISPRESENT(u->u.setup.qos)) in un0_setup()
390 if (!IE_ISPRESENT(u->u.setup.exqos)) in un0_setup()
573 IE_ISPRESENT(c->msg_setup.epref)) { in u1n6_call_proc()
574 if (!IE_ISPRESENT(cp->epref)) in u1n6_call_proc()
759 if (!IE_ISPRESENT(al->epref)) in unx_alerting()
1062 if (!IE_ISPRESENT(co->epref)) in unx_connect()
2282 if (IE_ISPRESENT(*cause)) in make_drop_cause()
2481 if (!IE_ISPRESENT(add->add.epref)) { in unx_add_party_request()
2985 if (!IE_ISPRESENT(*cause)) { in handle_bad_drop_cause()
3080 if (!IE_ISPRESENT(ar->epref)) in unx_add_party_rej()
[all …]
H A Dsig_verify.c69 if (!IE_ISPRESENT(*epref)) { in uni_mandate_epref()
H A Dsig_reset.c515 (IE_ISPRESENT(c->connid) && in restart_forward()
/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dcc_conn.c625 if (IE_ISPRESENT(conn->called)) { in cc_conn_dispatch()
630 if (IE_ISPRESENT(conn->bhli)) { in cc_conn_dispatch()
635 if (IE_ISPRESENT(conn->blli[blli_index])) { in cc_conn_dispatch()
1004 if (IE_ISPRESENT(conn->epref)) { in cc_conn_sig_handle()
1265 #define COND_SHUFFLE(ATTR) if (IE_ISPRESENT(conf->connect.ATTR)) SHUFFLE(ATTR) in cc_conn_sig_handle()
1270 if (IE_ISPRESENT(conf->connect.blli)) in cc_conn_sig_handle()
H A Dcc_user.c227 if (!IE_ISPRESENT(conn->calling)) in addr_matches()
1078 if (!IE_ISPRESENT(req->called)) { in cc_user_sig_handle()