Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Dsctp_structs.h506 struct sctp_stream_queue_pending { struct
511 TAILQ_ENTRY(sctp_stream_queue_pending) next; argument
513 uint32_t length;
514 uint32_t timetolive;
515 uint32_t ppid;
516 uint32_t context;
517 uint16_t sinfo_flags;
518 uint16_t stream;
542 TAILQ_HEAD(sctplist_listhead, sctp_stream_queue_pending); argument