webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
sctp_authinformation Struct Reference

#include <sctp_auth.h>

Public Attributes

sctp_key_trandom
 
uint32_t random_len
 
sctp_key_tpeer_random
 
sctp_key_tassoc_key
 
sctp_key_trecv_key
 
uint16_t active_keyid
 
uint16_t assoc_keyid
 
uint16_t recv_keyid
 

Member Data Documentation

◆ active_keyid

uint16_t sctp_authinformation::active_keyid

◆ assoc_key

sctp_key_t* sctp_authinformation::assoc_key

◆ assoc_keyid

uint16_t sctp_authinformation::assoc_keyid

◆ peer_random

sctp_key_t* sctp_authinformation::peer_random

◆ random

sctp_key_t* sctp_authinformation::random

◆ random_len

uint32_t sctp_authinformation::random_len

◆ recv_key

sctp_key_t* sctp_authinformation::recv_key

◆ recv_keyid

uint16_t sctp_authinformation::recv_keyid

The documentation for this struct was generated from the following file: