Home
last modified time | relevance | path

Searched refs:UNI_EPSTATE_NULL (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_party.c98 p->state = UNI_EPSTATE_NULL;; in uni_create_partyx()
317 p->state = UNI_EPSTATE_NULL; in pun2_add_party_rej_request()
845 if (u->u.status.epstate.state == UNI_EPSTATE_NULL) { in punx_status()
893 if (u->u.status.epstate.state == UNI_EPSTATE_NULL) { in pun5_status()
943 if (p->state == UNI_EPSTATE_NULL) { in uni_sig_party()
1045 if (p->state == UNI_EPSTATE_NULL) { in uni_sig_party()
1144 if (p->state == UNI_EPSTATE_NULL) { in uni_sig_party()
1187 if (p->state == UNI_EPSTATE_NULL) { in uni_sig_party()
H A Dsig_call.c1741 p ? p->state : UNI_EPSTATE_NULL); in un11un12_status()
1846 p ? p->state : UNI_EPSTATE_NULL); in unx_status()
2737 p ? p->state : UNI_EPSTATE_NULL); in unx_add_party()
2831 p ? p->state : UNI_EPSTATE_NULL); in un10n8_add_party_ack()
2839 p ? UNI_EPSTATE_ACTIVE : UNI_EPSTATE_NULL); in un10n8_add_party_ack()
2931 p ? p->state : UNI_EPSTATE_NULL); in unx_party_alerting()
3212 &ack->epref, UNI_EPSTATE_NULL); in unx_drop_party_ack()
3289 ps = UNI_EPSTATE_NULL; in uni_bad_message()
3593 &u->u.add_party.epref, UNI_EPSTATE_NULL); in uni_sig_call()
3718 &u->u.drop_party.epref, UNI_EPSTATE_NULL); in uni_sig_call()
[all …]
H A Dsig_coord.c489 MK_IE_EPSTATE(resp->u.status.epstate, UNI_EPSTATE_NULL); in input_unknown()
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h786 UNI_EPSTATE_NULL = 0x00, enumerator
H A Duni_ie.c2688 MKT(UNI_EPSTATE_NULL, null), in DEF_IE_PRINT()
2713 case UNI_EPSTATE_NULL: in DEF_IE_CHECK()