Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_structs.h482 struct sctp_tmit_chunk { struct
492 TAILQ_ENTRY(sctp_tmit_chunk) sctp_next; /* next link */ argument
493 int32_t sent; /* the send status */
494 uint16_t snd_count; /* number of times I sent */
495 uint16_t flags; /* flags, such as FRAGMENT_OK */
496 uint16_t send_size;
497 uint16_t book_size;
498 uint16_t mbcnt;
499 uint16_t auth_keyid;
500 uint8_t holds_key_ref; /* flag if auth keyid refcount is held */
[all …]