libcoap 4.3.5-develop-7370fcf
Loading...
Searching...
No Matches
coap_oscore_rcp_conf_t Struct Reference

The structure used to hold the OSCORE Recipient configuration. More...

#include <coap_oscore_internal.h>

+ Collaboration diagram for coap_oscore_rcp_conf_t:

Data Fields

struct coap_oscore_rcp_conf_tnext_recipient
 Used to maintain the chain.
 
coap_bin_const_trecipient_id
 Recipient ID (i.e.
 
int silent_server
 1 if server is likely to be silent else 0
 
uint8_t window_initialized
 Contains if the sliding window is initialized 1 if initialized, 0 otherwise.
 
uint64_t last_seq
 Highest sequence number used for this recipient.
 
uint64_t sliding_window
 bitfield sequence counter window
 

Detailed Description

The structure used to hold the OSCORE Recipient configuration.

Definition at line 45 of file coap_oscore_internal.h.

Field Documentation

◆ last_seq

uint64_t coap_oscore_rcp_conf_t::last_seq

Highest sequence number used for this recipient.

Definition at line 55 of file coap_oscore_internal.h.

◆ next_recipient

struct coap_oscore_rcp_conf_t* coap_oscore_rcp_conf_t::next_recipient

Used to maintain the chain.

Definition at line 46 of file coap_oscore_internal.h.

◆ recipient_id

coap_bin_const_t* coap_oscore_rcp_conf_t::recipient_id

Recipient ID (i.e.

local our id)

Definition at line 48 of file coap_oscore_internal.h.

◆ silent_server

int coap_oscore_rcp_conf_t::silent_server

1 if server is likely to be silent else 0

Definition at line 50 of file coap_oscore_internal.h.

◆ sliding_window

uint64_t coap_oscore_rcp_conf_t::sliding_window

bitfield sequence counter window

Definition at line 56 of file coap_oscore_internal.h.

◆ window_initialized

uint8_t coap_oscore_rcp_conf_t::window_initialized

Contains if the sliding window is initialized 1 if initialized, 0 otherwise.

Definition at line 53 of file coap_oscore_internal.h.


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