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

/freebsd-10.3-release/sys/contrib/ngatm/netnatm/msg/
H A Dpriv.h97 #define GET_IEDECL(IE, CODING) \ macro
H A Dprivmsg.c138 if ((iedecl = GET_IEDECL(ietype, hdr.coding)) == NULL ||
H A Duni_ie.c500 if((iedecl = GET_IEDECL(code, ie->h.coding)) != NULL)
515 const struct iedecl *iedecl = GET_IEDECL(code, ie->h.coding);
613 if ((iedecl = GET_IEDECL(ietype, ie->h.coding)) == NULL) {
644 const struct iedecl *iedecl = GET_IEDECL(code, ie->h.coding);

Completed in 84 milliseconds