Home
last modified time | relevance | path

Searched refs:sctp_lcsn (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_conn.c105 acceptor->sctp_lcsn = acceptor->sctp_ltsn; in sctp_accept_comm()
H A Dsctp_asconf.c653 if (sctp->sctp_cxmit_list == NULL || *snp != (sctp->sctp_lcsn - 1)) { in sctp_input_asconf_ack()
1016 *snp = htonl(sctp->sctp_lcsn++); in sctp_wput_asconf()
H A Dsctp_impl.h892 uint32_t sctp_lcsn; /* Our serial number */ member
H A Dsctp.c1475 sctp->sctp_lcsn = sctp->sctp_ltsn; in sctp_create()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c979 "fcsn\t\t%?x\n", sctp->sctp_cxmit_list, sctp->sctp_lcsn, in sctp()