Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_hdr.h130 UNI_IE_LIJ_PARAM = 0xe9, /* UNI4.0 LIF parameters */ enumerator
H A Duni_msg.c1130 uni_print_ie_internal(UNI_IE_LIJ_PARAM, (union uni_ieall *)&msg->lij_param, cx); in print_setup()
1208 ret |= uni_check_ie(UNI_IE_LIJ_PARAM, (union uni_ieall *)&m->lij_param, cx); in check_setup()
1326 uni_encode_ie(UNI_IE_LIJ_PARAM, msg, (union uni_ieall *)&p->lij_param, cx)) in encode_setup()
1327 return (UNI_IE_LIJ_PARAM); in encode_setup()
1577 case UNI_IE_LIJ_PARAM: in decode_setup()
1583 if(uni_decode_ie_body(UNI_IE_LIJ_PARAM, (union uni_ieall *)&out->lij_param, msg, ielen, cx)) in decode_setup()
H A Duni_ie.c6782 START_IE(lij_param, UNI_IE_LIJ_PARAM, 1); in DEF_IE_ENCODE()