libcoap 4.3.5-develop-ea01661
Loading...
Searching...
No Matches
coap_forward_decls.h File Reference

CoAP forward definitions. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct coap_address_t coap_address_t
 
typedef struct coap_async_t coap_async_t
 Async Entry information.
 
typedef struct coap_lg_xmit_t coap_lg_xmit_t
 
typedef struct coap_lg_crcv_t coap_lg_crcv_t
 
typedef struct coap_lg_srcv_t coap_lg_srcv_t
 
typedef struct coap_cache_entry_t coap_cache_entry_t
 
typedef struct coap_cache_key_t coap_cache_key_t
 
typedef struct coap_packet_t coap_packet_t
 coap_socket_t and coap_packet_t information.
 
typedef struct coap_socket_t coap_socket_t
 
typedef struct coap_context_t coap_context_t
 
typedef struct coap_queue_t coap_queue_t
 
typedef struct coap_oscore_conf_t coap_oscore_conf_t
 
typedef struct coap_pdu_t coap_pdu_t
 PDU information.
 
typedef struct coap_proxy_list_t coap_proxy_list_t
 Proxy information.
 
typedef struct coap_attr_t coap_attr_t
 
typedef struct coap_resource_t coap_resource_t
 
typedef struct coap_addr_hash_t coap_addr_hash_t
 
typedef struct coap_endpoint_t coap_endpoint_t
 
typedef struct coap_session_t coap_session_t
 
typedef struct coap_subscription_t coap_subscription_t
 

Detailed Description

CoAP forward definitions.

Definition in file coap_forward_decls.h.

Typedef Documentation

◆ coap_addr_hash_t

Definition at line 117 of file coap_forward_decls.h.

◆ coap_address_t

Definition at line 36 of file coap_forward_decls.h.

◆ coap_async_t

typedef struct coap_async_t coap_async_t

Async Entry information.

Definition at line 47 of file coap_forward_decls.h.

◆ coap_attr_t

typedef struct coap_attr_t coap_attr_t

Definition at line 109 of file coap_forward_decls.h.

◆ coap_cache_entry_t

Definition at line 63 of file coap_forward_decls.h.

◆ coap_cache_key_t

Definition at line 64 of file coap_forward_decls.h.

◆ coap_context_t

Definition at line 79 of file coap_forward_decls.h.

◆ coap_endpoint_t

Definition at line 118 of file coap_forward_decls.h.

◆ coap_lg_crcv_t

Definition at line 55 of file coap_forward_decls.h.

◆ coap_lg_srcv_t

Definition at line 56 of file coap_forward_decls.h.

◆ coap_lg_xmit_t

Definition at line 54 of file coap_forward_decls.h.

◆ coap_oscore_conf_t

Definition at line 87 of file coap_forward_decls.h.

◆ coap_packet_t

typedef struct coap_packet_t coap_packet_t

coap_socket_t and coap_packet_t information.

Definition at line 71 of file coap_forward_decls.h.

◆ coap_pdu_t

typedef struct coap_pdu_t coap_pdu_t

PDU information.

Definition at line 94 of file coap_forward_decls.h.

◆ coap_proxy_list_t

Proxy information.

Definition at line 101 of file coap_forward_decls.h.

◆ coap_queue_t

typedef struct coap_queue_t coap_queue_t

Definition at line 80 of file coap_forward_decls.h.

◆ coap_resource_t

Definition at line 110 of file coap_forward_decls.h.

◆ coap_session_t

Definition at line 119 of file coap_forward_decls.h.

◆ coap_socket_t

typedef struct coap_socket_t coap_socket_t

Definition at line 72 of file coap_forward_decls.h.

◆ coap_subscription_t

Definition at line 126 of file coap_forward_decls.h.