Lines Matching defs:sctp_state_cookie
159 struct sctp_state_cookie { /* this is our definition... */ struct
160 u_int8_t identification[16]; /* id of who we are */
161 u_int32_t cookie_life; /* life I will award this cookie */
162 u_int32_t tie_tag_my_vtag; /* my tag in old association */
163 u_int32_t tie_tag_peer_vtag; /* peers tag in old association */
164 u_int32_t peers_vtag; /* peers tag in INIT (for quick ref) */
165 u_int32_t my_vtag; /* my tag in INIT-ACK (for quick ref) */
166 struct timeval time_entered; /* the time I built cookie */
167 u_int32_t address[4]; /* 4 ints/128 bits */
168 u_int32_t addr_type; /* address type */
169 u_int32_t laddress[4]; /* my local from address */
170 u_int32_t laddr_type; /* my local from address type */
171 u_int32_t scope_id; /* v6 scope id for link-locals */
172 u_int16_t peerport; /* port address of the peer in the INIT */
173 u_int16_t myport; /* my port address used in the INIT */
174 u_int8_t ipv4_addr_legal; /* Are V4 addr legal? */
175 u_int8_t ipv6_addr_legal; /* Are V6 addr legal? */
176 u_int8_t local_scope; /* IPv6 local scope flag */
177 u_int8_t site_scope; /* IPv6 site scope flag */
178 u_int8_t ipv4_scope; /* IPv4 private addr scope */
179 u_int8_t loopback_scope; /* loopback scope information */
180 u_int16_t reserved;