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

/freebsd-10.2-release/sys/contrib/ngatm/netnatm/msg/
H A Dpriv.h91 extern const struct msgdecl *uni_msgtable[256];
H A Dprivmsg.c185 ret = uni_msgtable[mtype]->decode(out, msg, ietype,
236 if (uni_msgtable[out->mtype] == NULL)
261 if (uni_msgtable[in->mtype] == NULL)
264 return ((uni_msgtable[in->mtype]->encode)(msg, &in->u, cx));
H A Duni_ie.c730 if(msg->mtype >= 256 || uni_msgtable[msg->mtype] == NULL) {
733 uni_printf(cx, "%s", uni_msgtable[msg->mtype]->name);
737 (*uni_msgtable[msg->mtype]->print)(&msg->u, cx);
758 if (mtype >= 256 || uni_msgtable[mtype] == NULL) {
761 uni_printf(cx, "%s", uni_msgtable[mtype]->name);
765 (*uni_msgtable[mtype]->print)(msg, cx);
H A Duni_msg.c4644 const struct msgdecl *uni_msgtable[256] = { variable in typeref:struct:msgdecl

Completed in 406 milliseconds