cimsg
struct cimsg *cimp = (struct cimsg *)nspp;
if (nsplen < sizeof(struct cimsg))
if (nsplen > sizeof(struct cimsg)) {
dp = &(nspp[sizeof(struct cimsg)]);
TCHECK2(*dp, nsplen - sizeof(struct cimsg));
pdata(dp, nsplen - sizeof(struct cimsg));