17#ifndef COAP_SUPPORTED_H_
18#define COAP_SUPPORTED_H_
int coap_dtls_cid_is_supported(void)
Check whether (D)TLS CID is available.
int coap_tcp_is_supported(void)
Check whether TCP is available.
int coap_dtls_psk_is_supported(void)
Check whether (D)TLS PSK is available.
int coap_epoll_is_supported(void)
Determine whether epoll is supported or not.
int coap_tls_is_supported(void)
Check whether TLS is available.
int coap_af_unix_is_supported(void)
Check whether socket type AF_UNIX is available.
int coap_ws_is_supported(void)
Check whether WebSockets is available.
int coap_oscore_is_supported(void)
Check whether OSCORE is available.
int coap_ipv6_is_supported(void)
Check whether IPv6 is available.
int coap_threadsafe_is_supported(void)
Determine whether libcoap is threadsafe or not.
int coap_dtls_is_supported(void)
Check whether DTLS is available.
int coap_async_is_supported(void)
Check whether ASYNC (separate responses) is available.
int coap_server_is_supported(void)
Check whether Server code is available.
int coap_client_is_supported(void)
Check whether Client code is available.
int coap_dtls_pki_is_supported(void)
Check whether (D)TLS PKI is available.
int coap_observe_persist_is_supported(void)
Check whether Observe Persist is available.
int coap_q_block_is_supported(void)
Check whether Q-BlockX is available.
int coap_proxy_is_supported(void)
Check whether Proxy code is available.
int coap_wss_is_supported(void)
Check whether Secure WebSockets is available.
int coap_dtls_rpk_is_supported(void)
Check whether (D)TLS RPK is available.
int coap_dtls_pkcs11_is_supported(void)
Check whether (D)TLS PKCS11 is available.
int coap_ipv4_is_supported(void)
Check whether IPv4 is available.