|
libcoap 4.3.5-develop-24d146d
|
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_t * | next_recipient |
| Used to maintain the chain. | |
| coap_bin_const_t * | recipient_id |
| Recipient ID (i.e. | |
| int | silent_server |
| 1 if server is likely to be silent else 0 | |
The structure used to hold the OSCORE Recipient configuration.
Definition at line 45 of file coap_oscore_internal.h.
| 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.
| coap_bin_const_t* coap_oscore_rcp_conf_t::recipient_id |
| 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.