Home
last modified time | relevance | path

Searched defs:sctp_stream_queue_pending (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/netinet/
HDsctp_structs.h504 struct sctp_stream_queue_pending { struct
509 TAILQ_ENTRY(sctp_stream_queue_pending) next; argument
511 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