Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_msg.c52 ret |= uni_check_ie(UNI_IE_EPREF, (union uni_ieall *)&m->epref, cx); in check_alerting()
53 ret |= uni_check_ie(UNI_IE_NOTIFY, (union uni_ieall *)&m->notify, cx); in check_alerting()
55 ret |= uni_check_ie(UNI_IE_GIT, (union uni_ieall *)&m->git[i], cx); in check_alerting()
60 ret |= uni_check_ie(UNI_IE_UU, (union uni_ieall *)&m->uu, cx); in check_alerting()
65 ret |= uni_check_ie(UNI_IE_UNREC, (union uni_ieall *)&m->unrec, cx); in check_alerting()
360 ret |= uni_check_ie(UNI_IE_AAL, (union uni_ieall *)&m->aal, cx); in check_connect()
361 ret |= uni_check_ie(UNI_IE_BLLI, (union uni_ieall *)&m->blli, cx); in check_connect()
377 ret |= uni_check_ie(UNI_IE_UU, (union uni_ieall *)&m->uu, cx); in check_connect()
770 ret |= uni_check_ie(UNI_IE_UU, (union uni_ieall *)&m->uu, cx); in check_release()
954 ret |= uni_check_ie(UNI_IE_UU, (union uni_ieall *)&m->uu, cx); in check_release_compl()
[all …]
H A Dunimsglib.h112 int uni_check_ie(enum uni_ietype, union uni_ieall *, struct unicx *);
H A Duni_ie.c135 if (uni_check_ie(CODE, (union uni_ieall *)ie, cx)) \
145 if (uni_check_ie(CODE, (union uni_ieall *)ie, cx)) \
174 if (uni_check_ie(UNI_IE_##IE, (union uni_ieall *)ie, cx) == 0) \
513 uni_check_ie(enum uni_ietype code, union uni_ieall *ie, struct unicx *cx) in uni_check_ie() function
1314 if (uni_check_ie(UNI_IE_TNS, (union uni_ieall *)&ie->u.tns, cx)) in check_cause()
1318 if(uni_check_ie(UNI_IE_CALLED, (union uni_ieall *)&ie->u.number, cx)) in check_cause()