FreeBSD kernel IPv4 code
sctp_stream_reset_response_tsn Struct Reference

#include <sctp_header.h>

Collaboration diagram for sctp_stream_reset_response_tsn:

Data Fields

struct sctp_paramhdr ph
 
uint32_t response_seq
 
uint32_t result
 
uint32_t senders_next_tsn
 
uint32_t receivers_next_tsn
 

Detailed Description

Definition at line 448 of file sctp_header.h.

Field Documentation

◆ ph

struct sctp_paramhdr sctp_stream_reset_response_tsn::ph

Definition at line 449 of file sctp_header.h.

Referenced by sctp_add_stream_reset_result_tsn().

◆ receivers_next_tsn

uint32_t sctp_stream_reset_response_tsn::receivers_next_tsn

◆ response_seq

uint32_t sctp_stream_reset_response_tsn::response_seq

Definition at line 450 of file sctp_header.h.

Referenced by sctp_add_stream_reset_result_tsn().

◆ result

uint32_t sctp_stream_reset_response_tsn::result

Definition at line 451 of file sctp_header.h.

Referenced by sctp_add_stream_reset_result_tsn().

◆ senders_next_tsn

uint32_t sctp_stream_reset_response_tsn::senders_next_tsn

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