Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/contrib/ngatm/netnatm/msg/
Duni_hdr.h102 UNI_IE_TRAFFIC = 0x59, /* ATM traffic descriptor */ enumerator
Duni_msg.c337 uni_print_ie_internal(UNI_IE_TRAFFIC, (union uni_ieall *)&msg->traffic, cx); in print_connect()
378 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()
571 if(uni_decode_ie_body(UNI_IE_TRAFFIC, (union uni_ieall *)&out->traffic, msg, ielen, cx)) in decode_connect()
1083 uni_print_ie_internal(UNI_IE_TRAFFIC, (union uni_ieall *)&msg->traffic, cx); in print_setup()
1165 ret |= uni_check_ie(UNI_IE_TRAFFIC, (union uni_ieall *)&m->traffic, cx); in check_setup()
1258 uni_encode_ie(UNI_IE_TRAFFIC, msg, (union uni_ieall *)&p->traffic, cx)) in encode_setup()
1259 return (UNI_IE_TRAFFIC); in encode_setup()
[all …]
Duni_ie.c3696 START_IE(traffic, UNI_IE_TRAFFIC, 26); in DEF_IE_ENCODE()
/freebsd-10-stable/sys/contrib/ngatm/netnatm/sig/
Dsig_call.c382 MANDATE_IE(c->uni, u->u.setup.traffic, UNI_IE_TRAFFIC); in un0_setup()