Searched refs:callstate (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | sig_reset.c | 369 MANDATE_IE(uni, u->u.status.callstate, UNI_IE_CALLSTATE); in start_status() 387 if (!IE_ISGOOD(u->u.status.callstate)) { in start_status() 394 if ((u->u.status.callstate.state == UNI_CALLSTATE_REST0 && in start_status() 396 (u->u.status.callstate.state == UNI_CALLSTATE_REST0 && in start_status() 398 (u->u.status.callstate.state == UNI_CALLSTATE_REST2 && in start_status() 411 resp->callstate = u->u.status.callstate; in start_status() 751 MANDATE_IE(uni, u->u.status.callstate, UNI_IE_CALLSTATE); in response_status() 773 if (!IE_ISGOOD(u->u.status.callstate)) { in response_status() 780 if ((u->u.status.callstate.state == UNI_CALLSTATE_REST0 && in response_status() 782 (u->u.status.callstate.state == UNI_CALLSTATE_REST1 && in response_status() [all …]
|
| H A D | sig_coord.c | 466 if (!IE_ISGOOD(u->u.status.callstate)) in input_unknown() 468 if (u->u.status.callstate.state == UNI_CALLSTATE_U0) in input_unknown() 479 MK_IE_CALLSTATE(resp->u.status.callstate, UNI_CALLSTATE_U0); in input_unknown() 1117 MK_IE_CALLSTATE(resp->u.status.callstate, cs); in uni_respond_status() 1138 MK_IE_CALLSTATE(resp->u.status.callstate, cs); in uni_respond_status_mtype()
|
| H A D | sig_unimsgcpy.c | 225 if(IE_ISGOOD(src->callstate)) in copy_msg_status() 226 dst->callstate = src->callstate; in copy_msg_status()
|
| H A D | unidef.h | 312 struct uni_ie_callstate callstate; member
|
| H A D | sig_call.c | 1714 MANDATE_IE(c->uni, u->u.status.callstate, UNI_IE_CALLSTATE); in un11un12_status() 1718 if (IE_ISGOOD(u->u.status.callstate) && in un11un12_status() 1719 u->u.status.callstate.state == UNI_CALLSTATE_U0) in un11un12_status() 1755 stat->his_state = u->u.status.callstate; in un11un12_status() 1818 MANDATE_IE(c->uni, u->u.status.callstate, UNI_IE_CALLSTATE); in unx_status() 1822 if (IE_ISGOOD(u->u.status.callstate)) in unx_status() 1823 ns = state_compat(c, u->u.status.callstate.state); in unx_status() 1853 if (u->u.status.callstate.state == UNI_CALLSTATE_U0) { in unx_status() 1895 stat->his_state = u->u.status.callstate; in unx_status() 2076 MK_IE_CALLSTATE(u->u.status.callstate, map_callstate(c->cstate)); in unx_status_enq() [all …]
|
| H A D | sig_verify.c | 378 MK_IE_CALLSTATE(resp->u.status.callstate, cs); in uni_respond_status_verify()
|
| H A D | sig_print.c | 290 (const union uni_ieall *)&api->callstate, cx); in uni_print_api()
|
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | uni_ie.h | 12 struct uni_ie_callstate callstate; member
|
| H A D | ie.def | 36 element callstate 0x14 itu 5
|
| H A D | uni_msg.h | 117 struct uni_ie_callstate callstate; member
|
| H A D | msg.def | 233 callstate
|
| H A D | uni_msg.c | 1717 if(msg->callstate.h.present & UNI_IE_PRESENT) in print_status() 1718 uni_print_ie_internal(UNI_IE_CALLSTATE, (union uni_ieall *)&msg->callstate, cx); in print_status() 1734 ret |= uni_check_ie(UNI_IE_CALLSTATE, (union uni_ieall *)&m->callstate, cx); in check_status() 1751 if((p->callstate.h.present & UNI_IE_PRESENT) && in encode_status() 1752 uni_encode_ie(UNI_IE_CALLSTATE, msg, (union uni_ieall *)&p->callstate, cx)) in encode_status() 1781 out->callstate.h = *hdr; in decode_status() 1784 if(uni_decode_ie_body(UNI_IE_CALLSTATE, (union uni_ieall *)&out->callstate, msg, ielen, cx)) in decode_status()
|
| H A D | uni_ie.c | 1632 DEF_IE_PRINT(itu, callstate) in DEF_IE_PRINT() argument 1659 DEF_IE_CHECK(itu, callstate) in DEF_IE_CHECK() argument 1688 DEF_IE_ENCODE(itu, callstate) in DEF_IE_ENCODE() argument 1690 START_IE(callstate, UNI_IE_CALLSTATE, 1); in DEF_IE_ENCODE() 1698 DEF_IE_DECODE(itu, callstate) in DEF_IE_DECODE() argument
|