Home
last modified time | relevance | path

Searched refs:CALLST_U11 (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/contrib/ngatm/netnatm/sig/
Dsig_call.c77 [CALLST_U11] = { "U11", UNI_CALLSTATE_U11 },
348 set_call_state(c, CALLST_U11); in clear_callD()
2308 if (c->cstate != CALLST_U11) { in ux_drop_party_indication()
2332 if (c->cstate != CALLST_U11) { in nx_drop_party_indication()
2360 if (c->cstate != CALLST_U11) { in ux_drop_party_ack_indication()
2384 if (c->cstate != CALLST_U11) { in nx_drop_party_ack_indication()
2412 if (c->cstate != CALLST_U11) { in ux_add_party_rej_indication()
2436 if (c->cstate != CALLST_U11) { in nx_add_party_rej_indication()
3010 if (c->cstate != CALLST_U11 && c->cstate != CALLST_N12) { in unx_send_add_party_rej()
3260 (c->cstate == CALLST_U11 || in uni_bad_message()
[all …]
Dunipriv.h301 CALLST_U9, CALLST_U10, CALLST_U11, CALLST_U12, enumerator