Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_reset.c398 (u->u.status.callstate.state == UNI_CALLSTATE_REST2 && in start_status()
570 UNI_CALLSTATE_REST2, NULL, 0); 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()
620 if (uni->glob_respond != UNI_CALLSTATE_REST2) { in response_t317()
649 if (uni->glob_respond != UNI_CALLSTATE_REST2) { in response_error()
660 MK_IE_CALLSTATE(resp->u.status.callstate, UNI_CALLSTATE_REST2); in response_error()
691 if (uni->glob_respond != UNI_CALLSTATE_REST2) { in response_response()
785 uni->glob_respond == UNI_CALLSTATE_REST2)) { in response_status()
H A Dsig_uni.c58 STR(UNI_CALLSTATE_REST2),
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h513 UNI_CALLSTATE_REST2 = 0x3e, enumerator
H A Duni_ie.c1647 MKT(UNI_CALLSTATE_REST2,REST2), in DEF_IE_PRINT()
1679 case UNI_CALLSTATE_REST2: in DEF_IE_CHECK()