Home
last modified time | relevance | path

Searched refs:glob_respond (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_reset.c538 if (uni->glob_respond == UNI_CALLSTATE_REST0) { in response_restart()
596 uni->glob_respond = UNI_CALLSTATE_REST2; in response_restart()
620 if (uni->glob_respond != UNI_CALLSTATE_REST2) { in response_t317()
622 uni->glob_respond); in response_t317()
636 uni->glob_respond = UNI_CALLSTATE_REST0; in response_t317()
649 if (uni->glob_respond != UNI_CALLSTATE_REST2) { in response_error()
691 if (uni->glob_respond != UNI_CALLSTATE_REST2) { in response_response()
721 uni->glob_respond = UNI_CALLSTATE_REST0; in response_response()
756 uni->glob_respond = UNI_CALLSTATE_REST0; in response_status()
768 uni->glob_respond, NULL, 0); in response_status()
[all …]
H A Dsig_uni.c154 uni->glob_respond = UNI_CALLSTATE_REST0; in uni_init()
554 "reset-respond: %s\n", globstat_names[uni->glob_respond]); in uni_status()
H A Dsig_coord.c372 u->u.hdr.cref.flag ? uni->glob_start : uni->glob_respond, in input_global()
397 uni->glob_respond, UNI_CAUSE_CREF_INV); in input_global()
H A Dunipriv.h375 enum uni_callstate glob_respond; member