Searched refs:UNI_IE_NOTIFY (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_msg.c30 uni_print_ie_internal(UNI_IE_NOTIFY, (union uni_ieall *)&msg->notify, cx);
53 ret |= uni_check_ie(UNI_IE_NOTIFY, (union uni_ieall *)&m->notify, cx);
86 uni_encode_ie(UNI_IE_NOTIFY, msg, (union uni_ieall *)&p->notify, cx))
87 return (UNI_IE_NOTIFY);
135 case UNI_IE_NOTIFY:
139 if(uni_decode_ie_body(UNI_IE_NOTIFY, (union uni_ieall *)&out->notify, msg, ielen, cx))
206 uni_print_ie_internal(UNI_IE_NOTIFY, (union uni_ieall *)&msg->notify, cx);
221 ret |= uni_check_ie(UNI_IE_NOTIFY, (union uni_ieall *)&m->notify, cx);
242 uni_encode_ie(UNI_IE_NOTIFY, msg, (union uni_ieall *)&p->notify, cx))
243 return (UNI_IE_NOTIFY);
[all...]
H A Duni_hdr.h95 UNI_IE_NOTIFY = 0x27, /* UNI4.0 notify */ enumerator in enum:uni_ietype
H A Duni_ie.c1826 START_IE(notify, UNI_IE_NOTIFY, ie->len);
/freebsd-10.2-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_call.c1493 MANDATE_IE(c->uni, u->u.notify.notify, UNI_IE_NOTIFY);

Completed in 139 milliseconds