Lines Matching refs:smh
220 sctp_msg_hdr_t smh;
222 if (mdb_vread(&smh, sizeof (smh), (uintptr_t)meta->b_rptr) == -1)
227 mdb_printf("\tttl\t%?ld\ttob\t%?ld\n", smh.smh_ttl, smh.smh_tob);
228 mdb_printf("\tsid\t%?u\tssn\t%?u\n", smh.smh_sid, smh.smh_ssn);
229 mdb_printf("\tppid\t%?u\tflags\t%?s\n", smh.smh_ppid,
230 smh.smh_flags & MSG_UNORDERED ? "unordered" : " ");
231 mdb_printf("\tcontext\t%?u\tmsglen\t%?d\n", smh.smh_context,
232 smh.smh_msglen);