Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_pcb.h265 struct sctp_pcb { struct
266 time_t time_of_secret_change; /* number of seconds from
268 uint32_t secret_key[SCTP_HOW_MANY_SECRETS][SCTP_NUMBER_OF_SECRETS];
269 unsigned int size_of_a_cookie;
271 uint32_t sctp_timeoutticks[SCTP_NUM_TMRS];
272 uint32_t sctp_minrto;
273 uint32_t sctp_maxrto;
274 uint32_t initial_rto;
275 uint32_t initial_init_rto_max;
277 unsigned int sctp_sack_freq;
[all …]