Searched refs:glob_respond (Results 1 – 4 of 4) sorted by relevance
453 respond_sigs[sig], uni->glob_respond, cookie); in uni_sig_respond()538 if (uni->glob_respond == UNI_CALLSTATE_REST0) { in response_restart()596 uni->glob_respond = UNI_CALLSTATE_REST2; in response_restart()601 } else if (uni->glob_respond == UNI_CALLSTATE_REST2) { in response_restart()606 uni_respond_status_mtype(uni, &u->u.hdr.cref, uni->glob_respond, 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()[all …]
154 uni->glob_respond = UNI_CALLSTATE_REST0; in uni_init()554 "reset-respond: %s\n", globstat_names[uni->glob_respond]); in uni_status()
372 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()
375 enum uni_callstate glob_respond; member