Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_hdr.h132 UNI_IE_CSCOPE = 0xeb, /* UNI4.0 connection scope selection */ enumerator
H A Duni_msg.c1140 uni_print_ie_internal(UNI_IE_CSCOPE, (union uni_ieall *)&msg->cscope, cx); in print_setup()
1216 ret |= uni_check_ie(UNI_IE_CSCOPE, (union uni_ieall *)&m->cscope, cx); in check_setup()
1341 uni_encode_ie(UNI_IE_CSCOPE, msg, (union uni_ieall *)&p->cscope, cx)) in encode_setup()
1342 return (UNI_IE_CSCOPE); in encode_setup()
1621 case UNI_IE_CSCOPE: in decode_setup()
1625 if(uni_decode_ie_body(UNI_IE_CSCOPE, (union uni_ieall *)&out->cscope, msg, ielen, cx)) in decode_setup()
H A Duni_ie.c6930 START_IE(cscope, UNI_IE_CSCOPE, 2); in DEF_IE_ENCODE()