Home
last modified time | relevance | path

Searched refs:UNI_IE_GIT (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_msg.c143 case UNI_IE_GIT: in decode_alerting()
545 case UNI_IE_GIT: in decode_connect()
852 case UNI_IE_GIT: in decode_release()
1018 case UNI_IE_GIT: in decode_release_compl()
1555 case UNI_IE_GIT: in decode_setup()
2516 case UNI_IE_GIT: in decode_add_party()
2789 case UNI_IE_GIT: in decode_add_party_ack()
2939 case UNI_IE_GIT: in decode_party_alerting()
3088 case UNI_IE_GIT: in decode_add_party_rej()
3252 case UNI_IE_GIT: in decode_drop_party()
[all …]
H A Duni_hdr.h119 UNI_IE_GIT = 0x7f, /* UNI4.0 generic identifier transport*/ enumerator
H A Duni_ie.c5663 START_IE(git, UNI_IE_GIT, 1 + ie->numsub * (1 + UNI_GIT_MAXVAL)); in DEF_IE_ENCODE()