Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDsctp_header.h173 struct sctp_state_cookie { /* this is our definition... */ struct
174 uint8_t identification[SCTP_IDENTIFICATION_SIZE]; /* id of who we are */
175 struct timeval time_entered; /* the time I built cookie */
176 uint32_t cookie_life; /* life I will award this cookie */
177 uint32_t tie_tag_my_vtag; /* my tag in old association */
179 uint32_t tie_tag_peer_vtag; /* peers tag in old association */
180 uint32_t peers_vtag; /* peers tag in INIT (for quick ref) */
182 uint32_t my_vtag; /* my tag in INIT-ACK (for quick ref) */
183 uint32_t address[SCTP_ADDRESS_SIZE]; /* 4 ints/128 bits */
184 uint32_t addr_type; /* address type */
[all …]