Home
last modified time | relevance | path

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

/third_party/libcoap/examples/contiki/
Dserver.c36 static coap_context_t *coap_context; variable
/third_party/libcoap/src/
Dcoap_tinydtls.c44 coap_context_t *coap_context; member
294 coap_context_t *coap_context = t_context ? t_context->coap_context : NULL; in dtls_send_to_peer() local
314 coap_context_t *coap_context = t_context ? t_context->coap_context : NULL; in dtls_application_data() local
378 coap_context_t *coap_context = t_context ? t_context->coap_context : NULL; in get_psk_info() local
644 coap_dtls_new_context(coap_context_t *coap_context) { in coap_dtls_new_context()
Dcoap_openssl.c833 coap_dtls_new_context(coap_context_t *coap_context) { in coap_dtls_new_context()
/third_party/libcoap/examples/lwip/config/
Dlwippools.h32 coap_context_t *coap_context; member