Searched refs:SCTP_CHUNK_FLAG_ACKED (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_impl.h228 #define SCTP_CHUNK_FLAG_ACKED 0x04 macro
283 SCTP_CHUNK_FLAG_ACKED); \
311 ((mp)->b_flag = (SCTP_CHUNK_FLAG_SENT|SCTP_CHUNK_FLAG_ACKED))
312 #define SCTP_CHUNK_ISACKED(mp) ((mp)->b_flag & SCTP_CHUNK_FLAG_ACKED)
316 (mp)->b_flag &= ~SCTP_CHUNK_FLAG_ACKED; \

Completed in 78 milliseconds