Home
last modified time | relevance | path

Searched refs:epstate (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_ie.h19 struct uni_ie_epstate epstate; member
H A Die.def44 element epstate 0x55 itu 5
H A Duni_msg.h120 struct uni_ie_epstate epstate; member
H A Dmsg.def236 epstate
H A Duni_msg.c1723 if(msg->epstate.h.present & UNI_IE_PRESENT) in print_status()
1724 uni_print_ie_internal(UNI_IE_EPSTATE, (union uni_ieall *)&msg->epstate, cx); in print_status()
1737 ret |= uni_check_ie(UNI_IE_EPSTATE, (union uni_ieall *)&m->epstate, cx); in check_status()
1760 if((p->epstate.h.present & UNI_IE_PRESENT) && in encode_status()
1761 uni_encode_ie(UNI_IE_EPSTATE, msg, (union uni_ieall *)&p->epstate, cx)) in encode_status()
1805 out->epstate.h = *hdr; in decode_status()
1808 if(uni_decode_ie_body(UNI_IE_EPSTATE, (union uni_ieall *)&out->epstate, msg, ielen, cx)) in decode_status()
H A Duni_ie.c2685 DEF_IE_PRINT(itu, epstate) in DEF_IE_PRINT() argument
2705 DEF_IE_CHECK(itu, epstate) in DEF_IE_CHECK() argument
2727 DEF_IE_ENCODE(itu, epstate) in DEF_IE_ENCODE() argument
2729 START_IE(epstate, UNI_IE_EPSTATE, 1); in DEF_IE_ENCODE()
2737 DEF_IE_DECODE(itu, epstate) in DEF_IE_DECODE() argument
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c231 if(IE_ISGOOD(src->epstate)) in copy_msg_status()
232 dst->epstate = src->epstate; in copy_msg_status()
H A Dunidef.h384 struct uni_ie_epstate epstate; member
H A Dsig_verify.c382 MK_IE_EPSTATE(resp->u.status.epstate, ps); in uni_respond_status_verify()
H A Dsig_call.c1758 stat->epstate = u->u.status.epstate; in un11un12_status()
1828 MANDATE_IE(c->uni, u->u.status.epstate, UNI_IE_EPSTATE); in unx_status()
1898 stat->epstate = u->u.status.epstate; in unx_status()
1907 (!IE_ISGOOD(u->u.status.epstate) || in unx_status()
1908 u->u.status.epstate.state != UNI_EPSTATE_NULL)) in unx_status()
2068 MK_IE_EPSTATE(u->u.status.epstate, p->state); in unx_status_enq()
2070 MK_IE_EPSTATE(u->u.status.epstate, UNI_EPSTATE_NULL); in unx_status_enq()
3293 MK_IE_EPSTATE(resp->u.status.epstate, ps); in uni_bad_message()
H A Dsig_party.c845 if (u->u.status.epstate.state == UNI_EPSTATE_NULL) { in punx_status()
859 if (epstate_compat(p, u->u.status.epstate.state)) { in punx_status()
893 if (u->u.status.epstate.state == UNI_EPSTATE_NULL) { in pun5_status()
H A Dsig_coord.c489 MK_IE_EPSTATE(resp->u.status.epstate, UNI_EPSTATE_NULL); in input_unknown()