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

/freebsd-10.0-release/sys/contrib/ngatm/netnatm/msg/
H A Dpriv.h67 struct iedecl { struct
90 extern const struct iedecl *uni_ietable[256][4];
99 const struct iedecl *_decl = NULL; \
H A Duni_ietab.h12 static struct iedecl decl_itu_cause = {
26 static struct iedecl decl_net_cause = {
40 static struct iedecl decl_itu_callstate = {
54 static struct iedecl decl_itu_facility = {
68 static struct iedecl decl_itu_notify = {
82 static struct iedecl decl_itu_eetd = {
96 static struct iedecl decl_net_eetd = {
110 static struct iedecl decl_itu_conned = {
124 static struct iedecl decl_itu_connedsub = {
138 static struct iedecl decl_itu_epre
[all...]
H A Dprivmsg.c118 const struct iedecl *iedecl; local
138 if ((iedecl = GET_IEDECL(ietype, hdr.coding)) == NULL ||
155 if (ielen > iedecl->maxlen - 4 || ielen > uni_msg_len(msg)) {
166 if (ielen > iedecl->maxlen - 4)
167 ielen = iedecl->maxlen - 4;
208 if (iedecl->flags & UNIFL_ACCESS)
H A Duni_ie.c498 const struct iedecl *iedecl; local
500 if((iedecl = GET_IEDECL(code, ie->h.coding)) != NULL)
501 (*iedecl->print)(ie, cx);
515 const struct iedecl *iedecl = GET_IEDECL(code, ie->h.coding); local
517 if (iedecl != NULL)
518 return (iedecl->check(ie, cx));
599 const struct iedecl *iedecl; local
644 const struct iedecl *iedecl = GET_IEDECL(code, ie->h.coding); local
[all...]

Completed in 115 milliseconds