Home
last modified time | relevance | path

Searched refs:UNI_IE_TRAFFIC (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_hdr.h102 UNI_IE_TRAFFIC = 0x59, /* ATM traffic descriptor */ enumerator
H A Duni_msg.c378 ret |= uni_check_ie(UNI_IE_TRAFFIC, (union uni_ieall *)&m->traffic, cx); in check_connect()
440 uni_encode_ie(UNI_IE_TRAFFIC, msg, (union uni_ieall *)&p->traffic, cx)) in encode_connect()
441 return (UNI_IE_TRAFFIC); in encode_connect()
567 case UNI_IE_TRAFFIC: in decode_connect()
1165 ret |= uni_check_ie(UNI_IE_TRAFFIC, (union uni_ieall *)&m->traffic, cx); in check_setup()
1259 return (UNI_IE_TRAFFIC); in encode_setup()
1389 case UNI_IE_TRAFFIC: in decode_setup()
4088 return (UNI_IE_TRAFFIC); in encode_modify_req()
4121 case UNI_IE_TRAFFIC: in decode_modify_req()
4237 return (UNI_IE_TRAFFIC); in encode_modify_ack()
[all …]
H A Duni_ie.c3696 START_IE(traffic, UNI_IE_TRAFFIC, 26); in DEF_IE_ENCODE()
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_call.c382 MANDATE_IE(c->uni, u->u.setup.traffic, UNI_IE_TRAFFIC); in un0_setup()