Searched refs:CHARPTR_AT (Results 1 – 1 of 1) sorted by relevance
41 #define CHARPTR_AT(msg, ofs) ((char*)msg + ofs) macro42 #define DEREF_OFFSET(msg, ofs, type) *(type*)CHARPTR_AT(msg, ofs)