Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_hdr.h116 UNI_IE_TNS = 0x78, /* transit network selection */ enumerator
H A Duni_msg.c1189 ret |= uni_check_ie(UNI_IE_TNS, (union uni_ieall *)&m->tns[i], cx); in check_setup()
1305 return ((i << 16) + UNI_IE_TNS); in encode_setup()
1509 case UNI_IE_TNS: in decode_setup()
2267 ret |= uni_check_ie(UNI_IE_TNS, (union uni_ieall *)&m->tns[i], cx); in check_add_party()
2344 return ((i << 16) + UNI_IE_TNS); in encode_add_party()
2470 case UNI_IE_TNS: in decode_add_party()
3460 ret |= uni_check_ie(UNI_IE_TNS, (union uni_ieall *)&m->tns[i], cx); in check_leaf_setup_req()
3489 return ((i << 16) + UNI_IE_TNS); in encode_leaf_setup_req()
3529 case UNI_IE_TNS: in decode_leaf_setup_req()
3682 return ((i << 16) + UNI_IE_TNS); in encode_leaf_setup_fail()
[all …]
H A Duni_ie.c1000 uni_print_ie_internal(UNI_IE_TNS, (union uni_ieall *)&ie->u.tns, cx); in print_cause()
1314 if (uni_check_ie(UNI_IE_TNS, (union uni_ieall *)&ie->u.tns, cx)) in check_cause()
1388 uni_encode_ie(UNI_IE_TNS, msg, in encode_cause()
1561 if(ietype != UNI_IE_TNS) in decode_cause()
5415 START_IE(tns, UNI_IE_TNS, ie->len + 1); in DEF_IE_ENCODE()