libcoap 4.3.4
|
▼ libcoap | |
▼ doc | |
module_api_wrap.h | Doxygen specific wrapper for Modules layout |
▼ include | |
▼ coap3 | |
coap_address.h | Representation of network addresses |
coap_asn1_internal.h | CoAP ASN.1 internal information |
coap_async.h | State management for asynchronous messages |
coap_async_internal.h | CoAP async internal information |
coap_block.h | CoAP Block information |
coap_block_internal.h | CoAP block internal information |
coap_cache.h | Provides a simple cache request storage for CoAP requests |
coap_cache_internal.h | CoAP cache internal information |
coap_crypto_internal.h | COAP crypto internal information |
coap_debug.h | CoAP Logging support |
coap_debug_internal.h | CoAP Logging support internal information |
coap_dtls.h | CoAP DTLS support |
coap_dtls_internal.h | Internal CoAP DTLS support |
coap_encode.h | Encoding and decoding of CoAP data types |
coap_event.h | Event handling |
coap_forward_decls.h | CoAP forward definitions |
coap_hashkey_internal.h | Definition of hash key type and helper functions |
coap_internal.h | Pulls together all the internal only header files |
coap_io.h | Default network I/O functions |
coap_io_internal.h | Internal network I/O functions |
coap_layers_internal.h | Internal layer I/O functions |
coap_mem.h | CoAP memory handling |
coap_mutex_internal.h | CoAP mutex mechanism wrapper |
coap_net.h | CoAP context interface |
coap_net_internal.h | CoAP context internal information |
coap_netif_internal.h | Internal CoAP Netif support |
coap_option.h | Helpers for handling options in CoAP PDUs |
coap_oscore.h | CoAP OSCORE support |
coap_oscore_internal.h | CoAP OSCORE internal information |
coap_pdu.h | Pre-defined constants that reflect defaults for CoAP |
coap_pdu_internal.h | CoAP PDU internal information |
coap_prng.h | Pseudo Random Numbers |
coap_resource.h | Generic resource handling |
coap_resource_internal.h | Generic resource internal handling |
coap_riot.h | RIOT-specific definitions for libcoap |
coap_session.h | Defines the application visible session information |
coap_session_internal.h | CoAP session internal information |
coap_str.h | Strings to be used in the CoAP library |
coap_subscribe.h | Defines the application visible subscribe information |
coap_subscribe_internal.h | CoAP subscribe internal information |
coap_tcp_internal.h | CoAP TCP internal information |
coap_time.h | Clock Handling |
coap_uri.h | Helper functions for URI treatment |
coap_uri_internal.h | CoAP URI internal information |
coap_ws.h | CoAP WebSockets support |
coap_ws_internal.h | Internal CoAP WebSockets support |
libcoap.h | Platform specific header file for CoAP stack |
▼ oscore | |
oscore.h | An implementation of the Object Security for Constrained RESTful Environments (RFC 8613) |
oscore_cbor.h | An implementation of the Concise Binary Object Representation (RFC) |
oscore_context.h | An implementation of the Object Security for Constrained RESTful Enviornments (RFC 8613) |
oscore_cose.h | An implementation of the CBOR Object Signing and Encryption (RFC) |
oscore_crypto.h | An implementation of the Hash Based Key Derivation Function (RFC) and wrappers for AES-CCM* |
▼ src | |
▼ oscore | |
oscore.c | An implementation of the Object Security for Constrained RESTful Enviornments (RFC 8613) |
oscore_cbor.c | An implementation of the Concise Binary Object Representation (RFC) |
oscore_context.c | An implementation of the Object Security for Constrained RESTful Environments (RFC 8613) |
oscore_cose.c | An implementation of the CBOR Object Signing and Encryption (RFC) |
oscore_crypto.c | An implementation of the Hash Based Key Derivation Function (RFC) and wrappers for AES-CCM* |
coap_address.c | Handling of network addresses |
coap_asn1.c | CoAP specific ASN.1 handling |
coap_async.c | State handling for asynchronous messages |
coap_block.c | CoAP Block handling |
coap_cache.c | CoAP Cache handling |
coap_debug.c | Debug utilities |
coap_dtls.c | CoAP (D)TLS handling functions |
coap_encode.c | Encoding and decoding Coap data types functions |
coap_event.c | Event handling |
coap_gnutls.c | GnuTLS interafe functions |
coap_hashkey.c | Hashkey functions |
coap_io.c | Network I/O functions |
coap_layers.c | Layer Handling |
coap_mbedtls.c | Mbed TLS specific interface functions |
coap_mem.c | Memory handling functions |
coap_net.c | CoAP context functions |
coap_netif.c | CoAP Netif handling functions |
coap_notls.c | NoTLS specific interface functions |
coap_openssl.c | OpenSSL specific interface functions |
coap_option.c | CoAP option handling functions |
coap_oscore.c | CoAP OSCORE handling |
coap_pdu.c | CoAP PDU handling |
coap_prng.c | Pseudo Random Number functions |
coap_resource.c | Server resource handling functions |
coap_session.c | Session handling functions |
coap_str.c | String handling functions |
coap_subscribe.c | Subscription handling functions |
coap_tcp.c | CoAP TCP handling functions |
coap_time.c | Clock handling functions |
coap_tinydtls.c | TinyDTLS specific handling functions |
coap_uri.c | URI handling functions |
coap_ws.c | CoAP WebSocket handling functions |
man_tmp |