Lines Matching defs:coap_context
44 coap_context_t *coap_context;
294 coap_context_t *coap_context = t_context ? t_context->coap_context : NULL;
298 assert(coap_context);
300 coap_session = coap_session_get_by_peer(coap_context, &remote_addr, dtls_session->ifindex);
314 coap_context_t *coap_context = t_context ? t_context->coap_context : NULL;
318 assert(coap_context);
320 coap_session = coap_session_get_by_peer(coap_context, &remote_addr, dtls_session->ifindex);
326 return coap_handle_dgram(coap_context, coap_session, data, len);
378 coap_context_t *coap_context = t_context ? t_context->coap_context : NULL;
393 assert(coap_context);
395 coap_session = coap_session_get_by_peer(coap_context, &remote_addr, dtls_session->ifindex);
607 c_session = coap_session_get_by_peer(t_context->coap_context,
644 coap_dtls_new_context(coap_context_t *coap_context) {
650 t_context->coap_context = coap_context;
1365 coap_dtls_context_set_cpsk(coap_context_t *coap_context COAP_UNUSED,
1382 coap_dtls_context_set_spsk(coap_context_t *coap_context COAP_UNUSED,