Home
last modified time | relevance | path

Searched defs:coap_context (Results 1 – 4 of 4) sorted by relevance

/third_party/libcoap/examples/contiki/
Dcoap-observer.c40 static coap_context_t *coap_context; variable
Dserver.c43 static coap_context_t *coap_context; variable
/third_party/libcoap/src/
Dcoap_tinydtls.c31 coap_context_t *coap_context; member
122 coap_context_t *coap_context = t_context ? t_context->coap_context : NULL; in dtls_send_to_peer() local
141 coap_context_t *coap_context = t_context ? t_context->coap_context : NULL; in dtls_application_data() local
206 coap_context_t *coap_context = t_context ? t_context->coap_context : NULL; in get_psk_info() local
438 coap_dtls_new_context(coap_context_t *coap_context) { in coap_dtls_new_context()
Dcoap_openssl.c719 void *coap_dtls_new_context(coap_context_t *coap_context) { in coap_dtls_new_context()