Searched refs:coap_context_t (Results 1 - 10 of 10) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | net.h | 85 struct coap_context_t; 91 * Response handler that is used as call-back in coap_context_t. 99 typedef void (*coap_response_handler_t)(struct coap_context_t *context, 106 * Negative Acknowedge handler that is used as call-back in coap_context_t. 114 typedef void (*coap_nack_handler_t)(struct coap_context_t *context, 121 * Recieved Ping handler that is used as call-back in coap_context_t. 128 typedef void (*coap_ping_handler_t)(struct coap_context_t *context, 134 * Recieved Pong handler that is used as call-back in coap_context_t. 141 typedef void (*coap_pong_handler_t)(struct coap_context_t *context, 147 * The CoAP stack's global state is stored in a coap_context_t objec 149 typedef struct coap_context_t { global() struct 221 } coap_context_t; global() typedef [all...] |
H A D | resource.h | 35 (coap_context_t *, 224 void coap_add_resource(coap_context_t *context, coap_resource_t *resource); 236 int coap_delete_resource(coap_context_t *context, coap_resource_t *resource); 243 void coap_delete_all_resources(coap_context_t *context); 364 coap_resource_t *coap_get_resource_from_uri_path(coap_context_t *context, 415 void coap_touch_observer(coap_context_t *context, 440 void coap_delete_observers(coap_context_t *context, coap_session_t *session); 446 void coap_check_notify(coap_context_t *context); 455 void coap_check_notify_lwip(coap_context_t *context); 474 coap_print_status_t coap_print_wellknown(coap_context_t *, [all...] |
H A D | coap_event.h | 15 struct coap_context_t; 55 * the library, the first argument will be the coap_context_t object 60 typedef int (*coap_event_handler_t)(struct coap_context_t *, 73 void coap_register_event_handler(struct coap_context_t *context, 87 void coap_set_event_handler(struct coap_context_t *context, 98 void coap_clear_event_handler(struct coap_context_t *context);
|
H A D | coap_dtls.h | 16 struct coap_context_t; 264 coap_dtls_new_context(struct coap_context_t *coap_context); 293 coap_dtls_context_set_psk(struct coap_context_t *coap_context, 317 coap_dtls_context_set_pki(struct coap_context_t *coap_context, 326 * @param coap_context The current coap_context_t object. 336 coap_dtls_context_set_pki_root_cas(struct coap_context_t *coap_context, 346 * @param coap_context The current coap_context_t object. 351 int coap_dtls_context_check_keys_enabled(struct coap_context_t *coap_context);
|
H A D | async.h | 84 coap_register_async(coap_context_t *context, 106 int coap_remove_async(coap_context_t *context, 134 coap_async_state_t *coap_find_async(coap_context_t *context, coap_session_t *session, coap_tid_t id);
|
H A D | coap_session.h | 84 struct coap_context_t *context; /**< session's context */ 196 struct coap_context_t *ctx, 216 struct coap_context_t *ctx, 241 struct coap_context_t *ctx, 257 struct coap_context_t *ctx, 327 coap_endpoint_t *coap_new_endpoint(struct coap_context_t *context, const coap_address_t *listen_addr, coap_proto_t proto); 378 coap_session_t *coap_session_get_by_peer(struct coap_context_t *ctx,
|
H A D | coap_forward_decls.h | 24 struct coap_context_t; 39 * Abstraction of virtual endpoint that can be attached to coap_context_t.
|
H A D | coap_session_internal.h | 26 * Abstraction of virtual endpoint that can be attached to coap_context_t. The 31 struct coap_context_t *context; /**< endpoint's context */
|
H A D | lwippools.h | 70 LWIP_MEMPOOL(COAP_CONTEXT, MEMP_NUM_COAPCONTEXT, sizeof(coap_context_t), "COAP_CONTEXT")
|
H A D | coap_io.h | 44 struct coap_context_t;
|
Completed in 6 milliseconds