Searched refs:callstate (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.h12 struct uni_ie_callstate callstate; member in union:uni_ieall
H A Die.def36 element callstate 0x14 itu 5
H A Dmsg.def233 callstate
H A Duni_msg.h117 struct uni_ie_callstate callstate; member in struct:uni_status
H A Duni_msg.c1717 if(msg->callstate.h.present & UNI_IE_PRESENT)
1718 uni_print_ie_internal(UNI_IE_CALLSTATE, (union uni_ieall *)&msg->callstate, cx);
1734 ret |= uni_check_ie(UNI_IE_CALLSTATE, (union uni_ieall *)&m->callstate, cx);
1751 if((p->callstate.h.present & UNI_IE_PRESENT) &&
1752 uni_encode_ie(UNI_IE_CALLSTATE, msg, (union uni_ieall *)&p->callstate, cx))
1781 out->callstate.h = *hdr;
1784 if(uni_decode_ie_body(UNI_IE_CALLSTATE, (union uni_ieall *)&out->callstate, msg, ielen, cx))
H A Duni_ie.c1632 DEF_IE_PRINT(itu, callstate)
1653 if(uni_print_iehdr("callstate", &ie->h, cx))
1659 DEF_IE_CHECK(itu, callstate)
1688 DEF_IE_ENCODE(itu, callstate)
1690 START_IE(callstate, UNI_IE_CALLSTATE, 1);
1698 DEF_IE_DECODE(itu, callstate)
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_reset.c283 * we may need the new callstate for the status message
369 MANDATE_IE(uni, u->u.status.callstate, UNI_IE_CALLSTATE);
387 if (!IE_ISGOOD(u->u.status.callstate)) {
390 * process a STATUS with an invalid or missing callstate!
394 if ((u->u.status.callstate.state == UNI_CALLSTATE_REST0 &&
396 (u->u.status.callstate.state == UNI_CALLSTATE_REST0 &&
398 (u->u.status.callstate.state == UNI_CALLSTATE_REST2 &&
411 resp->callstate = u->u.status.callstate;
660 MK_IE_CALLSTATE(resp->u.status.callstate, UNI_CALLSTATE_REST
[all...]
H A Dsig_coord.c462 * handle the case of an invalid callstate - we
463 * ignore the message, if the callstate is not good.
466 if (!IE_ISGOOD(u->u.status.callstate))
468 if (u->u.status.callstate.state == UNI_CALLSTATE_U0)
479 MK_IE_CALLSTATE(resp->u.status.callstate, UNI_CALLSTATE_U0);
1117 MK_IE_CALLSTATE(resp->u.status.callstate, cs);
1138 MK_IE_CALLSTATE(resp->u.status.callstate, cs);
H A Dsig_verify.c378 MK_IE_CALLSTATE(resp->u.status.callstate, cs);
H A Dunidef.h312 struct uni_ie_callstate callstate; member in struct:uniapi_reset_status_indication
H A Dsig_unimsgcpy.c225 if(IE_ISGOOD(src->callstate))
226 dst->callstate = src->callstate;
H A Dsig_call.c101 ("setting wrong callstate for proto %u: %u", c->uni->proto, state));
1714 MANDATE_IE(c->uni, u->u.status.callstate, UNI_IE_CALLSTATE);
1718 if (IE_ISGOOD(u->u.status.callstate) &&
1719 u->u.status.callstate.state == UNI_CALLSTATE_U0)
1755 stat->his_state = u->u.status.callstate;
1818 MANDATE_IE(c->uni, u->u.status.callstate, UNI_IE_CALLSTATE);
1822 if (IE_ISGOOD(u->u.status.callstate))
1823 ns = state_compat(c, u->u.status.callstate.state);
1853 if (u->u.status.callstate.state == UNI_CALLSTATE_U0) {
1895 stat->his_state = u->u.status.callstate;
[all...]
H A Dsig_print.c290 (const union uni_ieall *)&api->callstate, cx);

Completed in 190 milliseconds