Searched defs:sctp_state_cookie (Results 1 – 1 of 1) sorted by relevance
159 struct sctp_state_cookie { /* this is our definition... */ struct160 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 */[all …]