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

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

Completed in 114 milliseconds