Lines Matching +full:security +full:- +full:events
2 * coap_event.h -- libcoap Event API
5 * Copyright (C) 2021-2023 Jon Shallow <supjps-libcoap@jpshallow.com>
7 * SPDX-License-Identifier: BSD-2-Clause
25 * @defgroup events Event Handling
26 * API for event delivery from lower-layer library functions.
31 * Scalar type to represent different events, e.g. DTLS events or
36 * (D)TLS events for COAP_PROTO_DTLS and COAP_PROTO_TLS
48 * TCP events for COAP_PROTO_TCP and COAP_PROTO_TLS
58 * CSM exchange events for reliable protocols only
68 * (Q-)Block errors
76 * Server session events
79 * Called in the CoAP IO loop if a new *server-side* session is created due
97 * Message receive and transmit events
105 * OSCORE events
113 /** Triggered when there is no OSCORE security definition found */
120 * WebSocket events
129 * Keepalive events
146 * Registers the function @p hnd as callback for events from the given
152 * de-registered.
160 * Registers the function @p hnd as callback for events from the given