Lines Matching refs:coap_context_t
27 *int coap_context_set_pki(coap_context_t *_context_,
30 *int coap_context_set_pki_root_cas(coap_context_t *_context_,
33 *int coap_context_set_psk2(coap_context_t *_context_,
36 *coap_endpoint_t *coap_new_endpoint(coap_context_t *_context_,
44 *int coap_join_mcast_group_intf(coap_context_t *_context_,
58 The CoAP stack's global state is stored in a coap_context_t Context object.
60 There can be more than one coap_context_t object per application, it is up to
176 static coap_context_t *
180 coap_context_t *context = coap_new_context(NULL);
277 static coap_context_t *
287 coap_context_t *context;
418 static coap_context_t *
427 coap_context_t *context;
517 coap_context_t *context = coap_new_context(NULL);