Searched defs:sctp_stream_queue_pending (Results 1 – 1 of 1) sorted by relevance
504 struct sctp_stream_queue_pending { struct509 TAILQ_ENTRY(sctp_stream_queue_pending) next; argument511 uint32_t length;512 uint32_t timetolive;513 uint32_t ppid;514 uint32_t context;515 uint16_t sinfo_flags;516 uint16_t stream;540 TAILQ_HEAD(sctplist_listhead, sctp_stream_queue_pending); argument