Home
last modified time | relevance | path

Searched refs:smh_ssn (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_impl.h220 uint16_t smh_ssn; member
261 mhdr->smh_ssn = htons( \
264 (sdc)->sdh_ssn = mhdr->smh_ssn; \
H A Dsctp_output.c1349 uint16_t ssn = msg_hdr->smh_ssn; in sctp_add_ftsn_set()
/titanic_41/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c228 mdb_printf("\tsid\t%?u\tssn\t%?u\n", smh.smh_sid, smh.smh_ssn); in dump_msghdr()