Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_msg.c1279 return ((i << 16) + UNI_IE_CALLEDSUB); in encode_setup()
1435 case UNI_IE_CALLEDSUB: in decode_setup()
2330 return ((i << 16) + UNI_IE_CALLEDSUB); in encode_add_party()
2428 case UNI_IE_CALLEDSUB: in decode_add_party()
3569 case UNI_IE_CALLEDSUB: in decode_leaf_setup_req()
3675 return (UNI_IE_CALLEDSUB); in encode_leaf_setup_fail()
3718 case UNI_IE_CALLEDSUB: in decode_leaf_setup_fail()
3817 return (UNI_IE_CALLEDSUB); in encode_cobisetup()
3857 case UNI_IE_CALLEDSUB: in decode_cobisetup()
3952 return (UNI_IE_CALLEDSUB); in encode_facility()
[all …]
H A Duni_hdr.h115 UNI_IE_CALLEDSUB = 0x71, /* called party subaddress */ enumerator
H A Duni_ie.c2359 START_IE(calledsub, UNI_IE_CALLEDSUB, 21); in DEF_IE_ENCODE()