26#ifndef COAP_INTERNAL_H_ 
   27#define COAP_INTERNAL_H_ 
   29#include "coap_config.h" 
   34#if defined(HAVE_ASSERT_H) && !defined(assert) 
   39#ifndef COAP_SERVER_SUPPORT 
   40#ifndef COAP_CLIENT_SUPPORT 
   41#define COAP_SERVER_SUPPORT 1 
   42#define COAP_CLIENT_SUPPORT 1 
   46#if ! COAP_SERVER_SUPPORT 
CoAP ASN.1 internal information.
 
CoAP async internal information.
 
CoAP block internal information.
 
CoAP cache internal information.
 
Internal CoAP DTLS support.
 
Definition of hash key type and helper functions.
 
Internal network I/O functions.
 
CoAP mutex mechanism wrapper.
 
CoAP context internal information.
 
CoAP PDU internal information.
 
Generic resource internal handling.
 
CoAP session internal information.
 
CoAP subscribe internal information.
 
CoAP TCP internal information.